From 015d3886089019ef3d356d140c8346732b42040b Mon Sep 17 00:00:00 2001 From: Joseph Ani Date: Tue, 1 Aug 2023 20:18:36 -0400 Subject: [PATCH] selected tap --- README.md | 1 + src/components/SelectedTap/SelectedTap.js | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index e273c6f6..02630521 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,7 @@ Note that `core hours per month` means each core on your codespace consumes inde Note: this may take awhile. Once the application is up, output similar to this should be printed out to the console: ``` + Beta site https://beta.phlask.me/ Project is running at http://172.21.112.1/ ... Starting the development server... diff --git a/src/components/SelectedTap/SelectedTap.js b/src/components/SelectedTap/SelectedTap.js index d910837e..24e3986b 100644 --- a/src/components/SelectedTap/SelectedTap.js +++ b/src/components/SelectedTap/SelectedTap.js @@ -260,7 +260,6 @@ class SelectedTap extends React.Component { )} {!isMobile && this.props.showingInfoWindow && (
- {' '} {/* Desktop dialog panel */} ({ showingInfoWindow: state.showingInfoWindow, infoIsExpanded: state.infoIsExpanded,