Chats: hide FAB on chat pages

This commit is contained in:
Alex Gleason
2020-08-28 13:27:54 -05:00
parent f83e5ba882
commit b1ccec1cf5

View File

@ -158,7 +158,7 @@ const LAYOUT = {
},
};
const shouldHideFAB = path => path.match(/^\/posts\/|^\/search|^\/getting-started/);
const shouldHideFAB = path => path.match(/^\/posts\/|^\/search|^\/getting-started|^\/chats/);
class SwitchingColumnsArea extends React.PureComponent {