-
-
{t('popups_profile_photo')}
- {avatar ? (
-
- ) : (
-
- )}
-
-
- {t('popups_public_key')}
- {fingerprint ? (
-
- {formatPersonaFingerprint(fingerprint, 4)}
-
-
- ) : null}
-
-
-
{t('popups_name')}
-
- {formatPersonaName(nickname)}
-
-
-
-
-
{t('popups_social_account')}
-
- {accountsCount}
-
-
-
-
-
{t('popups_connected_wallets')}
-
- {!fetchProofsLoading ? walletsCount : '...'}
-
-
-
+ {!isEmpty ? (
+ <>
+
+
{t('popups_profile_photo')}
+ {avatar ? (
+
+ ) : (
+
+ )}
+
+
+ {t('popups_public_key')}
+ {fingerprint ? (
+
+ {formatPersonaFingerprint(fingerprint, 4)}
+
+
+ ) : null}
+
+
+
{t('popups_name')}
+
+ {formatPersonaName(nickname)}
+
+
+
+
+
{t('popups_social_account')}
+
+ {accountsCount}
+
+
+
+
+
{t('popups_connected_wallets')}
+
+ {!fetchProofsLoading ? walletsCount : '...'}
+
+
+
+ >
+ ) : (
+ <>
+
+
+
+
+
+
+
+ >
+ )}