diff --git a/web/src/feature/Avatar/index.tsx b/web/src/feature/Avatar/index.tsx index 04a6e30..bb9bc49 100644 --- a/web/src/feature/Avatar/index.tsx +++ b/web/src/feature/Avatar/index.tsx @@ -27,7 +27,7 @@ const Avatar: FC = ({ iconSize = 32, className, avatarId }) => { alt="profile" /> ) : ( - + )} );