Change the hashtag column to not display the hashtag header on pinned columns (#26416)
This commit is contained in:
		
							parent
							
								
									d9a9323968
								
							
						
					
					
						commit
						4caa9f0e69
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -203,7 +203,7 @@ class HashtagTimeline extends PureComponent {
 | 
			
		|||
        </ColumnHeader>
 | 
			
		||||
 | 
			
		||||
        <StatusListContainer
 | 
			
		||||
          prepend={<HashtagHeader tag={tag} disabled={!signedIn} onClick={this.handleFollow} />}
 | 
			
		||||
          prepend={pinned ? null : <HashtagHeader tag={tag} disabled={!signedIn} onClick={this.handleFollow} />}
 | 
			
		||||
          alwaysPrepend
 | 
			
		||||
          trackScroll={!pinned}
 | 
			
		||||
          scrollKey={`hashtag_timeline-${columnId}`}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue