mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-26 05:16:41 +07:00
fixed empty social accounts appearance
This commit is contained in:
parent
600b8bb1e8
commit
bc09810802
2 changed files with 2 additions and 1 deletions
|
@ -111,7 +111,7 @@ const ProfileAccountsUnconnected: FC<IProps> = ({
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div className={styles.account__name}>{it.name}</div>
|
||||
<div className={styles.account__name}>{it.name || it.id}</div>
|
||||
|
||||
<div className={styles.account__drop}>
|
||||
<Icon icon="close" size={22} onClick={() => authDropSocial(it.provider, it.id)} />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue