From a0af954d607bc84222fc5dbd06504aa9709123b6 Mon Sep 17 00:00:00 2001 From: keyan Date: Mon, 28 Aug 2023 14:14:14 -0500 Subject: [PATCH] add how many times bounty has been paid --- components/item-full.js | 1 + 1 file changed, 1 insertion(+) diff --git a/components/item-full.js b/components/item-full.js index 32c85454..bcbb389a 100644 --- a/components/item-full.js +++ b/components/item-full.js @@ -146,6 +146,7 @@ function TopLevelItem ({ item, noReply, ...props }) { ? (
{numWithUnits(item.bounty, { abbreviate: false })} paid + {item.bountyPaidTo.length > 1 && {item.bountyPaidTo.length} times}
) : (