Hide floating action button on onboarding page (#16082)
This commit is contained in:
		
							parent
							
								
									7762d3d275
								
							
						
					
					
						commit
						2c322addf3
					
				@ -53,7 +53,7 @@ const messages = defineMessages({
 | 
			
		||||
  publish: { id: 'compose_form.publish', defaultMessage: 'Toot' },
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
const shouldHideFAB = path => path.match(/^\/statuses\/|^\/search|^\/getting-started/);
 | 
			
		||||
const shouldHideFAB = path => path.match(/^\/statuses\/|^\/search|^\/getting-started|^\/start/);
 | 
			
		||||
 | 
			
		||||
export default @(component => injectIntl(component, { withRef: true }))
 | 
			
		||||
class ColumnsArea extends ImmutablePureComponent {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user