From 14867e5af2dbc54bbd1901fcbeb9efb141d6f33c Mon Sep 17 00:00:00 2001 From: Vladislav Makhov Date: Thu, 23 Jul 2020 16:35:04 +0300 Subject: [PATCH] Fix view --- web/ASC.Web.Common/src/pages/login/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/ASC.Web.Common/src/pages/login/index.js b/web/ASC.Web.Common/src/pages/login/index.js index 627bab7767..050380098f 100644 --- a/web/ASC.Web.Common/src/pages/login/index.js +++ b/web/ASC.Web.Common/src/pages/login/index.js @@ -438,7 +438,7 @@ const LoginForm = props => { <> {isLoaded && <> } /> - {!enabledJoin && + {enabledJoin && }