kopia lustrzana https://github.com/bugout-dev/moonstream
Merge pull request #445 from bugout-dev/fix-cant-signin-from-mobile
fix login and signup modal call from sidebarpull/447/head
commit
1b3bb84cd0
|
@ -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);
|
||||
}}
|
||||
>
|
||||
|
|
Ładowanie…
Reference in New Issue