Skip to content

Commit

Permalink
Change kp3r to rKP3R for vesting reward on the vest page.
Browse files Browse the repository at this point in the history
Signed-off-by: antonnell <[email protected]>
  • Loading branch information
antonnell committed Nov 30, 2021
1 parent f899f1a commit 26d6bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ffClaim/ffClaim.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default function ffClaim() {
<div>
{
BigNumber(veIBFF && veIBFF.vestingInfo && veIBFF.vestingInfo.lockValue ? veIBFF.vestingInfo.lockValue : 0).gt(0) &&
<Typography className={ classes.amountText }>{ formatCurrency(rewards && rewards.veIBFFDistribution ? rewards.veIBFFDistribution.earned : 0) } kp3r</Typography>
<Typography className={ classes.amountText }>{ formatCurrency(rewards && rewards.veIBFFDistribution ? rewards.veIBFFDistribution.earned : 0) } rKP3R</Typography>
}
{ !BigNumber(veIBFF && veIBFF.vestingInfo && veIBFF.vestingInfo.lockValue ? veIBFF.vestingInfo.lockValue : 0).gt(0) &&
<Typography className={ classes.vestText }>Vest kp3r to earn rewards</Typography>
Expand Down

0 comments on commit 26d6bf2

Please sign in to comment.