mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
telegram: refreshing notification settings on account attachment
This commit is contained in:
parent
47eee7d166
commit
e49f69a4e6
5 changed files with 11 additions and 5 deletions
|
@ -69,9 +69,7 @@ const ProfileAccounts: FC<ProfileAccountsProps> = () => {
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div className={styles.account__name}>
|
||||
{it.name || it.id} - {it.id} - {it.provider}
|
||||
</div>
|
||||
<div className={styles.account__name}>{it.name || it.id}</div>
|
||||
|
||||
<div className={styles.account__drop}>
|
||||
<Icon
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue