Skip to content

Commit

Permalink
removed debug test
Browse files Browse the repository at this point in the history
  • Loading branch information
nickpfeiffer05 committed Nov 27, 2024
1 parent dbd0ba0 commit d153ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export const DropdownMenuWrapper = ({

return (
<>
{true || userInfo && !userLoggedOut ? (
{userInfo && !userLoggedOut ? (
<div className="header-items">
<NotificationsButton />
<DropDownMenu />
Expand Down

0 comments on commit d153ee8

Please sign in to comment.