1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

moved accounts to settings

This commit is contained in:
Fedor Katurov 2020-07-28 14:11:04 +07:00
parent 3e6ede51d4
commit 108f17b0e9
9 changed files with 78 additions and 42 deletions

View file

@ -30,13 +30,6 @@ const ProfileTabs: FC<IProps> = ({ tab, is_own, setTab }) => (
>
Настройки
</div>
<div
className={classNames(styles.tab, { [styles.active]: tab === 'accounts' })}
onClick={() => setTab('accounts')}
>
Аккаунты
</div>
</>
)}
</div>