Skip to content

Commit

Permalink
Display notifications count on a new single column (mastodon#10859)
Browse files Browse the repository at this point in the history
  • Loading branch information
abcang authored and Gargron committed May 27, 2019
1 parent 6b66ba6 commit c4c6ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/mastodon/reducers/notifications.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import compareId from '../compare_id';
const initialState = ImmutableMap({
items: ImmutableList(),
hasMore: true,
top: true,
top: false,
unread: 0,
isLoading: false,
});
Expand Down

0 comments on commit c4c6ddc

Please sign in to comment.