mirror of
https://github.com/flarum/framework.git
synced 2025-05-26 00:29:59 +08:00
@ -93,7 +93,7 @@ export default class Navigation extends Component {
|
||||
|
||||
return Button.component({
|
||||
className: 'Button Button--icon Navigation-drawer' +
|
||||
(user && user.unreadNotificationsCount() ? ' unread' : ''),
|
||||
(user && user.newNotificationsCount() ? ' new' : ''),
|
||||
onclick: e => {
|
||||
e.stopPropagation();
|
||||
drawer.show();
|
||||
|
Reference in New Issue
Block a user