refactor: remove arrow from zap recipient display

This commit is contained in:
Claude
2026-01-19 08:52:07 +00:00
parent 8914ed3ad0
commit fd4f9414b3

View File

@@ -70,12 +70,7 @@ export function Kind9735Renderer({ event }: BaseEventProps) {
})}
</span>
<span className="text-xs text-muted-foreground">sats</span>
{zapRecipient && (
<>
<span className="text-xs text-muted-foreground"></span>
<UserName pubkey={zapRecipient} />
</>
)}
{zapRecipient && <UserName pubkey={zapRecipient} />}
</div>
{/* Zap comment */}