diff --git a/components/notifications.js b/components/notifications.js index a3cde91a..7cea21ba 100644 --- a/components/notifications.js +++ b/components/notifications.js @@ -74,7 +74,11 @@ function Notification ({ n }) { ) : n.__typename === 'InvoicePaid' - ?
{n.earnedSats} sats were deposited in your account
+ ? ( +
+ {n.earnedSats} sats were deposited in your account + {timeSince(new Date(n.sortTime))} +
) : ( <> {n.__typename === 'Votification' &&