Skip to content

Commit

Permalink
Fix for Token Info on DAO page
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutoshpw committed Dec 19, 2024
1 parent 5755b2e commit 274508c
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/modules/explorer/components/DAOStatsRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,18 +117,6 @@ export const DAOStatsRow: React.FC = () => {
</ItemContent>
<Grid item container direction="row">
<ItemValue color="textPrimary">{numbro(amountLocked).format(formatConfig)}</ItemValue>
<Percentage color="textPrimary">{numbro(amountLockedPercentage).format(formatConfig)}%</Percentage>
</Grid>
</Item>
</Grid>
<Grid item xs={12} sm={6} md={4}>
<Item>
<ItemContent item container direction="row" alignItems="center">
<ItemTitle color="textPrimary">{symbol} Locked</ItemTitle>
</ItemContent>
<Grid item container direction="row">
<ItemValue color="textPrimary">{numbro(amountLocked).format(formatConfig)}</ItemValue>
<Percentage color="textPrimary">{numbro(amountLockedPercentage).format(formatConfig)}%</Percentage>
</Grid>
</Item>
</Grid>
Expand Down

0 comments on commit 274508c

Please sign in to comment.