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

added profile quick info

This commit is contained in:
Fedor Katurov 2022-07-19 14:58:28 +07:00
parent fa17aac056
commit 1241d2c784
9 changed files with 131 additions and 64 deletions

View file

@ -36,7 +36,7 @@ const CommentWrapper: FC<IProps> = ({
{...props}
>
<div className={styles.thumb}>
<CommentAvatar user={user} className={styles.thumb_image} withDetails={!isForm} />
<CommentAvatar user={user} className={styles.thumb_image} />
<div className={styles.thumb_user}>~{path(['username'], user)}</div>
</div>