Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Zewed committed Jan 27, 2024
1 parent a8cbf80 commit e2cdbf2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/lib/components/SearchModal/SearchModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export const SearchModal = (): JSX.Element => {
};

const clickHandler = (event: MouseEvent) => {
console.info("heyyyyy");
if (
!(searchBarRef.current as HTMLElement | null)?.contains(
event.target as Node
Expand Down

0 comments on commit e2cdbf2

Please sign in to comment.