Skip to content

Commit

Permalink
Remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kilemensi committed Jun 28, 2023
1 parent 0232a69 commit 6b0f74d
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ const NavBarDropdown = React.forwardRef(function NavBarDropdown(props, ref) {
e.stopPropagation();
setOpen((prevOpen) => !prevOpen);
};
// TODO(kilemensi): Since we current don't have any of the child pages, we
// have to manually hide the popup.
// SHOULD BE REMOVED ONCE CHILD PAGES ARE IMPLEMENTED.
const handleClickMenuItem = () => {
setOpen(false);
};
Expand Down

0 comments on commit 6b0f74d

Please sign in to comment.