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:
parent
0d34ecbac8
commit
9bcf33af7c
1 changed files with 0 additions and 4 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue