show logout button

This commit is contained in:
ammarahm-ed
2021-12-13 11:10:29 +05:00
parent 8fec65bc11
commit 6221ef5963

View File

@@ -730,7 +730,7 @@ const LoginDialog = () => {
height={50}
/>
{current.buttonAlt && MODES.sessionExpired !== mode && (
{current.buttonAlt ? (
<Button
title={current.buttonAlt}
onPress={current.buttonAltFunc}
@@ -742,7 +742,7 @@ const LoginDialog = () => {
}}
height={50}
/>
)}
) : null}
</View>
<View