Skip to content

Commit

Permalink
revert(menu): comment out the search button from menu
Browse files Browse the repository at this point in the history
re #368
  • Loading branch information
masakudamatsu committed Jun 7, 2023
1 parent d0d0deb commit a0b51b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/MenuButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,12 @@ export const MenuButton = ({
<SvgLogout aria-hidden="true" /> {buttonLabel.logout}
</a>
</li>
{/* TODO #368: Open the search box from the menu
<li>
<button>
<SvgSearch aria-hidden="true" /> {buttonLabel.search}
</button>
</li>
</li> */}
<li>
{!watchID ? (
<button type="button" onClick={handleClickFlightTakeoff}>
Expand Down

1 comment on commit a0b51b7

@vercel
Copy link

@vercel vercel bot commented on a0b51b7 Jun 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.