1
0
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:
Vladimir Volek 2019-02-19 11:45:36 +01:00 committed by GitHub
commit 92eaf0045f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,