Skip to content

Commit

Permalink
fix: only show notifications button to logged in users (#1361)
Browse files Browse the repository at this point in the history
  • Loading branch information
andyesp authored Oct 23, 2023
1 parent e58a1e9 commit 8520fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Layout/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const Navigation = ({ activeTab }: NavigationProps) => {
<NotMobile>
<Tabs.Right>
<SearchInput />
<Notifications />
{user && <Notifications />}
</Tabs.Right>
</NotMobile>
</Tabs>
Expand Down

0 comments on commit 8520fde

Please sign in to comment.