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:
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…
Reference in New Issue
Block a user