Hide floating action button on search and getting started pages (#9826)

th-downstream
tmm576 6 years ago committed by Eugen Rochko
parent cbb8399df4
commit 180a665f29

@ -33,7 +33,7 @@ const messages = defineMessages({
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 }))
class ColumnsArea extends ImmutablePureComponent {

Loading…
Cancel
Save