Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
erinz2020 committed Dec 13, 2024
1 parent 5cf54c3 commit 6097bb9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/src/components/header/Menu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ export default function Menu({
const [dropdownShows, setDropdownShows] = useState({});
const [dropdownBorder, setDropdownBorder] = useState("2px solid transparent");

console.log("showClassicEncounterSearch", showClassicEncounterSearch);

const handleMouseEnterLeave = (id, isEnter) => {
setDropdownShows((prev) => ({ ...prev, [id]: isEnter ? true : false }));
setDropdownBorder((prev) => ({
Expand Down

0 comments on commit 6097bb9

Please sign in to comment.