mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-03-26 17:52:18 +01:00
show zap messages
This commit is contained in:
parent
b60bf51e2c
commit
9069932fbe
@ -165,6 +165,7 @@ const ZapNotification = forwardRef<HTMLDivElement, { event: NostrEvent }>(({ eve
|
||||
<UserAvatarLink pubkey={zap.request.pubkey} />
|
||||
</AvatarGroup>
|
||||
<Text>{readablizeSats(zap.payment.amount / 1000)} sats</Text>
|
||||
{zap.request.content && <Text>{zap.request.content}</Text>}
|
||||
{eventJSX !== null && <ExpandableToggleButton aria-label="Toggle event" ml="auto" toggle={expanded} />}
|
||||
</Flex>
|
||||
{expanded.isOpen && eventJSX}
|
||||
|
Loading…
x
Reference in New Issue
Block a user