Skip to content

Commit

Permalink
selected tap
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Ani authored and Joseph Ani committed Aug 2, 2023
1 parent 8eb0d9a commit 015d388
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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...
Expand Down
2 changes: 0 additions & 2 deletions src/components/SelectedTap/SelectedTap.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ class SelectedTap extends React.Component {
)}
{!isMobile && this.props.showingInfoWindow && (
<div>
{' '}
{/* Desktop dialog panel */}
<Dialog
open={true} // Set this to true to make the dialog visible
Expand Down Expand Up @@ -396,7 +395,6 @@ class SelectedTap extends React.Component {
);
}
}
// };
const mapStateToProps = state => ({
showingInfoWindow: state.showingInfoWindow,
infoIsExpanded: state.infoIsExpanded,
Expand Down

0 comments on commit 015d388

Please sign in to comment.