diff --git a/src/components/SettingListItem.tsx b/src/components/SettingListItem.tsx index ef949a69..c997b264 100644 --- a/src/components/SettingListItem.tsx +++ b/src/components/SettingListItem.tsx @@ -128,7 +128,10 @@ const SettingListItem: React.FunctionComponent = ( {loading ? ( - + ) : variant === 'switch' ? ( = {uploading && ( { onPress={handleLogout}> {getTranslation('logout')} - + { onPress={onLoginButtonPress}> {getTranslation('login')} - +