We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b025b1 + d917a6c commit b8f8860Copy full SHA for b8f8860
src/AppProtocolDashboard.tsx
@@ -96,7 +96,9 @@ const AppProtocolDashboard = () => {
96
<Text strong>Contest Prize Pool</Text>
97
</Td>
98
<Td>
99
- <Text alignment="right">{`${commify(protocolDashboard.contest.prizePool)} USDC`}</Text>
+ <Text alignment="right">{`${
100
+ protocolDashboard.contest.prizePool ? commify(protocolDashboard.contest.prizePool) : "TBD"
101
+ } USDC`}</Text>
102
103
</Tr>
104
<Tr>
0 commit comments