Merge pull request #370 from trezor/fix/hide-sidebar

Fix/Hide sidebar in default state on small screens
pull/374/head
Vladimir Volek 5 years ago committed by GitHub
commit 92eaf0045f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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