Browse Source

Display notifications count on a new single column (#10859)

pull/4/head
abcang 4 years ago
committed by Eugen Rochko
parent
commit
3593b85423
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/javascript/mastodon/reducers/notifications.js

+ 1
- 1
app/javascript/mastodon/reducers/notifications.js View File

@ -18,7 +18,7 @@ import compareId from '../compare_id';
const initialState = ImmutableMap({
items: ImmutableList(),
hasMore: true,
top: true,
top: false,
unread: 0,
isLoading: false,
});

Loading…
Cancel
Save