forked from cybrespace/mastodon
		
	Hide floating action button on search and getting started pages (#9826)
This commit is contained in:
		
							parent
							
								
									3b3a4d8a17
								
							
						
					
					
						commit
						30af4ee65f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -33,7 +33,7 @@ const messages = defineMessages({
 | 
				
			||||||
  publish: { id: 'compose_form.publish', defaultMessage: 'Toot' },
 | 
					  publish: { id: 'compose_form.publish', defaultMessage: 'Toot' },
 | 
				
			||||||
});
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const shouldHideFAB = path => path.match(/^\/statuses\//);
 | 
					const shouldHideFAB = path => path.match(/^\/statuses\/|^\/search|^\/getting-started/);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export default @(component => injectIntl(component, { withRef: true }))
 | 
					export default @(component => injectIntl(component, { withRef: true }))
 | 
				
			||||||
class ColumnsArea extends ImmutablePureComponent {
 | 
					class ColumnsArea extends ImmutablePureComponent {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue