From 3d893e5cf4191ddbffba43731a6acc315b2b5af0 Mon Sep 17 00:00:00 2001 From: talksik Date: Fri, 1 Apr 2022 13:55:24 -0400 Subject: [PATCH] fixing problem with status thing with span vs div --- packages/desktop/src/components/User/userAvatarWithStatus.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/desktop/src/components/User/userAvatarWithStatus.tsx b/packages/desktop/src/components/User/userAvatarWithStatus.tsx index 816f5a9..63eaefc 100644 --- a/packages/desktop/src/components/User/userAvatarWithStatus.tsx +++ b/packages/desktop/src/components/User/userAvatarWithStatus.tsx @@ -2,7 +2,7 @@ import { User, UserStatus } from "@nirvana/core/models"; export default function UserAvatarWithStatus(props: { user: User }) { return ( - +
- +
); }