diff --git a/thoughts-frontend/components/remote-user-profile.tsx b/thoughts-frontend/components/remote-user-profile.tsx index a337b94..fcfc488 100644 --- a/thoughts-frontend/components/remote-user-profile.tsx +++ b/thoughts-frontend/components/remote-user-profile.tsx @@ -145,22 +145,21 @@ export function RemoteUserProfile({ )} {actor.attachment.length > 0 && ( -
- - - {actor.attachment.map((field) => ( - - - - ))} - -
- {field.name} - -
+
+ {actor.attachment.map((field) => ( +
+ + {field.name} + + +
+ ))}
)}