From 26d6bf2a859e9bf76d20fb0ef0f7d492e531ff3f Mon Sep 17 00:00:00 2001 From: antonnell Date: Tue, 30 Nov 2021 18:34:35 +0200 Subject: [PATCH] Change kp3r to rKP3R for vesting reward on the vest page. Signed-off-by: antonnell --- components/ffClaim/ffClaim.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ffClaim/ffClaim.js b/components/ffClaim/ffClaim.js index 70a6cef..d136c92 100644 --- a/components/ffClaim/ffClaim.js +++ b/components/ffClaim/ffClaim.js @@ -61,7 +61,7 @@ export default function ffClaim() {
{ BigNumber(veIBFF && veIBFF.vestingInfo && veIBFF.vestingInfo.lockValue ? veIBFF.vestingInfo.lockValue : 0).gt(0) && - { formatCurrency(rewards && rewards.veIBFFDistribution ? rewards.veIBFFDistribution.earned : 0) } kp3r + { formatCurrency(rewards && rewards.veIBFFDistribution ? rewards.veIBFFDistribution.earned : 0) } rKP3R } { !BigNumber(veIBFF && veIBFF.vestingInfo && veIBFF.vestingInfo.lockValue ? veIBFF.vestingInfo.lockValue : 0).gt(0) && Vest kp3r to earn rewards