diff --git a/thoughts-frontend/components/remote-user-card.tsx b/thoughts-frontend/components/remote-user-card.tsx
index a07f5e9..ec0b1de 100644
--- a/thoughts-frontend/components/remote-user-card.tsx
+++ b/thoughts-frontend/components/remote-user-card.tsx
@@ -42,9 +42,9 @@ export function RemoteUserCard({ actor }: RemoteUserCardProps) {
className="flex items-center gap-3 hover:opacity-80"
>
{actor.displayName ?? actor.handle}
-{actor.handle}
+{actor.displayName ?? actor.handle}
+{actor.handle}