From f8ac2f39dbce6c523a61971da804bccf28ecae8a Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 23 Aug 2023 15:44:33 +0300 Subject: Dynamic feeds WIP --- vnext/src/ui/Avatar.js | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'vnext/src/ui/Avatar.js') diff --git a/vnext/src/ui/Avatar.js b/vnext/src/ui/Avatar.js index 1a8db0c3..20e4e133 100644 --- a/vnext/src/ui/Avatar.js +++ b/vnext/src/ui/Avatar.js @@ -1,5 +1,4 @@ import { memo } from 'react' -import { Link } from 'react-router-dom' import Icon from './Icon' @@ -21,19 +20,19 @@ function Avatar({ user, style, link, children }) {
{ user.uname ? - + {user.avatar ? {`${user.uname}`} : } - + : }
- + {user.uname} - + {children}
-- cgit v1.2.3