Fix comment tab title

This commit is contained in:
Ian Philips 2022-09-30 09:34:58 -06:00
parent a90b765670
commit 31de3636fd

View File

@ -60,7 +60,9 @@ export function ContractTabs(props: {
)} currently available.`
: undefined,
content: <CommentsTabContent contract={contract} comments={comments} />,
inlineTabIcon: <span>({formatMoney(COMMENT_BOUNTY_AMOUNT)})</span>,
inlineTabIcon: openCommentBounties ? (
<span>({formatMoney(COMMENT_BOUNTY_AMOUNT)})</span>
) : undefined,
},
{
title: capitalize(PAST_BETS),