fix: 💨
This commit is contained in:
parent
6357fd5b44
commit
8ae3b8d6c8
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ export function ZapNotification({
|
||||||
sentAt={notification.created_at}
|
sentAt={notification.created_at}
|
||||||
targetEvent={event}
|
targetEvent={event}
|
||||||
middle={
|
middle={
|
||||||
<div className="font-semibold text-yellow-400 shrink-0">
|
<div className="font-semibold text-yellow-400 truncate">
|
||||||
{formatAmount(amount)} {t('sats')} {comment}
|
{formatAmount(amount)} {t('sats')} {comment}
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue