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) ? (
-
- }
- active={props.favorited}
- contained={true}
- buttonSize="small"
- onClick={sendSaveData}
- />
-
+ }
+ active={props.favorited}
+ contained={true}
+ buttonSize="small"
+ onClick={sendSaveData}
+ />
) : (
''