Fix gap insertion for timeline disconnection (#7363)
This commit is contained in:
		
							parent
							
								
									c73ce7b695
								
							
						
					
					
						commit
						66359ec522
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -134,7 +134,7 @@ export default function timelines(state = initialState, action) {
 | 
			
		|||
      initialTimeline,
 | 
			
		||||
      map => map.update(
 | 
			
		||||
        'items',
 | 
			
		||||
        items => items.first() ? items : items.unshift(null)
 | 
			
		||||
        items => items.first() ? items.unshift(null) : items
 | 
			
		||||
      )
 | 
			
		||||
    );
 | 
			
		||||
  default:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue