[SSE mobile] Fix bug Bug 51631

This commit is contained in:
JuliaSvinareva 2021-07-30 18:37:49 +03:00
parent b867694b44
commit 64fe6ae7f0

View file

@ -74,7 +74,7 @@ class MainPage extends Component {
if ( opts == 'edit' )
return {editOptionsVisible: false};
else if ( opts == 'add' )
return {addOptionsVisible: false};
return {addOptionsVisible: false, addShowOptions: null};
else if ( opts == 'settings' )
return {settingsVisible: false};
else if ( opts == 'coauth' )