diff --git a/app/soapbox/features/ui/index.js b/app/soapbox/features/ui/index.js index 084c8a0cf..67570cbec 100644 --- a/app/soapbox/features/ui/index.js +++ b/app/soapbox/features/ui/index.js @@ -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 {