We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be163a2 commit fa0ef92Copy full SHA for fa0ef92
packages/app/src/app/components/Notifications/index.tsx
@@ -40,7 +40,7 @@ export const Notifications = ({ dashboard }: { dashboard?: boolean }) => {
40
onClick={open}
41
>
42
<Icon name="bell" size={16} title="Notifications" />
43
- {unreadCount === 0 ? (
+ {unreadCount > 0 ? (
44
<Element
45
css={css({
46
width: '8px',
0 commit comments