hide sidebar in default state on small screens

pull/370/head
slowbackspace 5 years ago
parent 31578f3a6d
commit 71ba843c66

@ -29,7 +29,7 @@ const initialState: State = {
dropdownOpened: false,
firstLocationChange: true,
showBetaDisclaimer: false,
showSidebar: true,
showSidebar: false,
initialParams: null,
initialPathname: null,
disconnectRequest: null,

Loading…
Cancel
Save