mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-15 21:08:57 +00:00
Merge pull request #370 from trezor/fix/hide-sidebar
Fix/Hide sidebar in default state on small screens
This commit is contained in:
commit
92eaf0045f
@ -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