mirror of
https://github.com/purrgrammer/grimoire.git
synced 2026-04-11 16:07:15 +02:00
refactor: remove arrow from zap recipient display
This commit is contained in:
@@ -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 */}
|
||||
|
||||
Reference in New Issue
Block a user