show creator earnings in stats

This commit is contained in:
mantikoros 2022-05-09 15:52:05 -04:00
parent 334bc31e3a
commit 6aba2b00f6

View File

@ -86,7 +86,7 @@ export function ContractInfoDialog(props: { contract: Contract; bets: Bet[] }) {
</tr>
<tr>
<td>Creator fees</td>
<td>Creator earnings</td>
<td>{formatMoney(contract.collectedFees.creatorFee)}</td>
</tr>