1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-01-22 05:51:18 +00:00

hide sidebar in default state on small screens

This commit is contained in:
slowbackspace 2019-02-18 11:30:31 +01:00
parent 31578f3a6d
commit 71ba843c66

View File

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