From 0622f3003f16ea5c10b00ed4ad77b55ed9d2b470 Mon Sep 17 00:00:00 2001 From: Artem Tarasov Date: Mon, 25 Jan 2021 10:36:50 +0300 Subject: [PATCH] Web: Client: App: fixed tag name --- web/ASC.Web.Client/src/App.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/web/ASC.Web.Client/src/App.js b/web/ASC.Web.Client/src/App.js index db6dd24fc5..a5a856cba8 100644 --- a/web/ASC.Web.Client/src/App.js +++ b/web/ASC.Web.Client/src/App.js @@ -83,7 +83,7 @@ class App extends React.Component { render() { return navigator.onLine ? ( - + {!this.isThirdPartyResponse && }
@@ -110,7 +110,11 @@ class App extends React.Component { component={Home} /> - +