diff --git a/web/ASC.Web.Client/src/Shell.jsx b/web/ASC.Web.Client/src/Shell.jsx index 85354707cd..a369f8d34a 100644 --- a/web/ASC.Web.Client/src/Shell.jsx +++ b/web/ASC.Web.Client/src/Shell.jsx @@ -317,7 +317,10 @@ const Shell = ({ items = [], page = "home", ...rest }) => { updateTempContent(); - if (!FirebaseHelper.isEnabled) return; + if (!FirebaseHelper.isEnabled) { + localStorage.setItem("campaigns", ""); + return; + } fetchMaintenance(); fetchBanners();