diff --git a/components/item-job.js b/components/item-job.js index 6df76d9d..b3cbb546 100644 --- a/components/item-job.js +++ b/components/item-job.js @@ -54,7 +54,7 @@ export default function ItemJob ({ item, toc, rank, children }) { @{item.user.name} - + {timeSince(new Date(item.createdAt))} diff --git a/components/notifications.js b/components/notifications.js index 7e264492..c9894d8f 100644 --- a/components/notifications.js +++ b/components/notifications.js @@ -126,7 +126,7 @@ function EarnNotification ({ n }) {
- you stacked {n.earnedSats} sats in rewards{timeSince(new Date(n.sortTime))} + you stacked {n.earnedSats} sats in rewards{timeSince(new Date(n.sortTime))}
{n.sources &&
@@ -166,7 +166,7 @@ function InvoicePaid ({ n }) {
{n.earnedSats} sats were deposited in your account - {timeSince(new Date(n.sortTime))} + {timeSince(new Date(n.sortTime))}
) @@ -177,7 +177,7 @@ function Referral ({ n }) { someone joined via one of your referral links - {timeSince(new Date(n.sortTime))} + {timeSince(new Date(n.sortTime))} )