Fix comment tab title
This commit is contained in:
parent
a90b765670
commit
31de3636fd
|
@ -60,7 +60,9 @@ export function ContractTabs(props: {
|
||||||
)} currently available.`
|
)} currently available.`
|
||||||
: undefined,
|
: undefined,
|
||||||
content: <CommentsTabContent contract={contract} comments={comments} />,
|
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),
|
title: capitalize(PAST_BETS),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user