Merge pull request #445 from bugout-dev/fix-cant-signin-from-mobile

fix login and signup modal call from  sidebar
pull/447/head
Tim Pechersky 2021-11-17 15:25:51 +00:00 zatwierdzone przez GitHub
commit 1b3bb84cd0
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -89,7 +89,7 @@ const Sidebar = () => {
<>
<MenuItem
onClick={() => {
ui.toggleModal({ type: MODAL_TYPES.SIGNUP });
overlay.toggleModal({ type: MODAL_TYPES.SIGNUP });
ui.setSidebarToggled(false);
}}
>
@ -98,7 +98,7 @@ const Sidebar = () => {
<MenuItem
onClick={() => {
ui.toggleModal({ type: MODAL_TYPES.LOGIN });
overlay.toggleModal({ type: MODAL_TYPES.LOGIN });
ui.setSidebarToggled(false);
}}
>