Merge pull request #749 from lbryio/fixemailverifyissue
Added currentBalance to props in modal credit intro
This commit is contained in:
commit
4adde1ba57
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import { CreditAmount, CurrencySymbol } from "component/common";
|
|||
import Link from "component/link/index";
|
||||
|
||||
const ModalCreditIntro = props => {
|
||||
const { closeModal, totalRewardValue, verifyAccount } = props;
|
||||
const { closeModal, totalRewardValue, currentBalance, verifyAccount } = props;
|
||||
const totalRewardRounded = Math.round(totalRewardValue / 10) * 10;
|
||||
|
||||
return (
|
||||
|
|
Loading…
Reference in a new issue