Chats: hide FAB on chat pages

loading-indicator-on-tls^2
Alex Gleason 2020-08-28 13:27:54 -05:00
rodzic f83e5ba882
commit b1ccec1cf5
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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 {