Skip to content

Commit

Permalink
show staked balance in gauges voting table.
Browse files Browse the repository at this point in the history
Signed-off-by: antonnell <[email protected]>
  • Loading branch information
antonnell committed Aug 6, 2021
1 parent 97b0d5d commit 6c19868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ffGauges/ffGaugesTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ export default function EnhancedTable({ gauges, setParentSliderValues, defaultVo
</TableCell>
<TableCell className={classes.cell} align="right">
<Typography variant="h2" className={classes.textSpaced}>
{ formatCurrency(row.balance) } { row.symbol }
{ formatCurrency(row?.gauge?.userGaugeBalance) } { row.symbol }
</Typography>
<Typography variant="h5" className={classes.textSpaced} color='textSecondary'>
$ { formatCurrency(0.00) }
Expand Down

0 comments on commit 6c19868

Please sign in to comment.