Skip to content

Commit

Permalink
#Change Vaults Deposited unit
Browse files Browse the repository at this point in the history
  • Loading branch information
LancelotM committed Oct 28, 2020
1 parent 847e168 commit 1ef157e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/vault/sections/SectionPools.js
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ export default function SectionPools() {
<Hidden mdDown>
<Grid item xs={4} container justify='center' alignItems="center">
<Grid item style={{width: "200px"}}>
<Typography className={classes.iconContainerMainTitle} variant="body2" gutterBottom noWrap>{forMat(singleDepositedBalance)} { pool.token }</Typography>
<Typography className={classes.iconContainerMainTitle} variant="body2" gutterBottom noWrap>{forMat(singleDepositedBalance)} { pool.earnedToken }</Typography>
<Typography className={classes.iconContainerSubTitle} variant="body2">{t('Vault-Deposited')}</Typography>
</Grid>
</Grid>
Expand Down

0 comments on commit 1ef157e

Please sign in to comment.