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

master
abcang 5 years ago committed by Eugen Rochko
parent 8d5dcc9301
commit 3593b85423
  1. 2
      app/javascript/mastodon/reducers/notifications.js

@ -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