only show notification bubble in menu button on mobile
This commit is contained in:
parent
c0053a772b
commit
f5de744641
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ const Header = (props: Props) => {
|
|||
icon={ICONS.MENU}
|
||||
onClick={() => setSidebarOpen(!sidebarOpen)}
|
||||
>
|
||||
{isAbsoluteSideNavHidden && <NotificationBubble />}
|
||||
{isAbsoluteSideNavHidden && isMobile && <NotificationBubble />}
|
||||
</Button>
|
||||
</span>
|
||||
)}
|
||||
|
|
Loading…
Add table
Reference in a new issue