1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

removed avatar from profile tooltip

This commit is contained in:
Fedor Katurov 2022-07-21 11:28:45 +07:00
parent 0d34ecbac8
commit 9bcf33af7c

View file

@ -21,10 +21,6 @@ const ProfileQuickInfo: FC<ProfileQuickInfoProps> = ({ user }) => {
return ( return (
<Group className={styles.wrapper}> <Group className={styles.wrapper}>
<Group className={styles.top} horizontal> <Group className={styles.top} horizontal>
<div>
<Avatar url={path(['photo', 'url'], user)} username={user.username} />
</div>
<Filler className={styles.names}> <Filler className={styles.names}>
<h5 className={styles.fullname}>{user.fullname || user.username}</h5> <h5 className={styles.fullname}>{user.fullname || user.username}</h5>
<div className={styles.username}>~{user.username}</div> <div className={styles.username}>~{user.username}</div>