Display notifications count on a new single column (#10859)
This commit is contained in:
		
							parent
							
								
									8d5dcc9301
								
							
						
					
					
						commit
						3593b85423
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -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…
	
	Add table
		
		Reference in a new issue