Display notifications count on a new single column (#10859)
parent
c5234ac2aa
commit
4c9d8f8ef9
|
@ -18,7 +18,7 @@ import compareId from '../compare_id';
|
||||||
const initialState = ImmutableMap({
|
const initialState = ImmutableMap({
|
||||||
items: ImmutableList(),
|
items: ImmutableList(),
|
||||||
hasMore: true,
|
hasMore: true,
|
||||||
top: true,
|
top: false,
|
||||||
unread: 0,
|
unread: 0,
|
||||||
isLoading: false,
|
isLoading: false,
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue