Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiolalombardim committed Apr 13, 2024
2 parents 5db0bfe + a277b29 commit 9237c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/explorer/components/DAOStatsRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export const DAOStatsRow: React.FC = () => {
<ItemTitle color="textPrimary">{symbol} Locked</ItemTitle>
</ItemContent>
<Grid item container direction="row">
<ItemValue color="textPrimary">{numbro(amountLockedWithoutDecimals).format(formatConfig)}</ItemValue>
<ItemValue color="textPrimary">{numbro(amountLocked).format(formatConfig)}</ItemValue>
<Percentage color="textPrimary">{numbro(amountLockedPercentage).format(formatConfig)}%</Percentage>
</Grid>
</Item>
Expand Down

0 comments on commit 9237c89

Please sign in to comment.