From 6de1c27dae35bb61a6ed336d47775028ad8b332f Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Fri, 3 Feb 2023 21:00:31 -0800 Subject: [PATCH] Fix DOM nesting --- components/GridRep/index.tsx | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) diff --git a/components/GridRep/index.tsx b/components/GridRep/index.tsx index 6c0990ad..f9a50e3f 100644 --- a/components/GridRep/index.tsx +++ b/components/GridRep/index.tsx @@ -150,13 +150,10 @@ const GridRep = (props: Props) => { const linkedAttribution = () => ( - + {userImage()} {props.user ? props.user.username : t('no_user')} - + ) @@ -214,16 +211,14 @@ const GridRep = (props: Props) => { ((props.user && account.user && account.user.id !== props.user.id) || !props.user) ? ( - -