diff --git a/ui/src/components/account/flow-viz/account-card.tsx b/ui/src/components/account/flow-viz/account-card.tsx
index 29dff515..569d640c 100644
--- a/ui/src/components/account/flow-viz/account-card.tsx
+++ b/ui/src/components/account/flow-viz/account-card.tsx
@@ -122,42 +122,8 @@ export function AccountCard({
transform: `translate(${offset.x}px, ${offset.y}px)${isDragging ? ' scale(1.05)' : ''}`,
}}
>
- {/* Pause toggle button - visible on hover or when paused */}
- {onPauseToggle && (
-
-
-
-
-
-
- {account.paused ? 'Resume account' : 'Pause account'}
-
-
-
- )}
-
+
{cleanEmail(account.email)}
+ {onPauseToggle && (
+
+
+
+
+
+
+ {account.paused ? 'Resume account' : 'Pause account'}
+
+
+
+ )}