From 6221ef5963710132b81fb30bf86e977964a2ebdb Mon Sep 17 00:00:00 2001 From: ammarahm-ed Date: Mon, 13 Dec 2021 11:10:29 +0500 Subject: [PATCH] show logout button --- apps/mobile/src/components/LoginDialog/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/mobile/src/components/LoginDialog/index.js b/apps/mobile/src/components/LoginDialog/index.js index cc2319557..6618ef6b6 100644 --- a/apps/mobile/src/components/LoginDialog/index.js +++ b/apps/mobile/src/components/LoginDialog/index.js @@ -730,7 +730,7 @@ const LoginDialog = () => { height={50} /> - {current.buttonAlt && MODES.sessionExpired !== mode && ( + {current.buttonAlt ? (