notifications 20+
This commit is contained in:
parent
6cb2377266
commit
eac7e100cc
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ export default function NotificationHeaderButton(props: Props) {
|
|||
'notification__bubble--inline': inline,
|
||||
})}
|
||||
>
|
||||
<span className="notification__count">{unreadCount}</span>
|
||||
<span className="notification__count">{unreadCount > 20 ? '20+' : unreadCount}</span>
|
||||
</span>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue