Merge branch 'feature/personal' of https://github.com/ONLYOFFICE/AppServer into feature/personal

This commit is contained in:
Alexey Safronov 2021-07-08 14:38:45 +03:00
commit 5b76c9bfc6

View File

@ -317,7 +317,10 @@ const Shell = ({ items = [], page = "home", ...rest }) => {
updateTempContent();
if (!FirebaseHelper.isEnabled) return;
if (!FirebaseHelper.isEnabled) {
localStorage.setItem("campaigns", "");
return;
}
fetchMaintenance();
fetchBanners();