Added currentBalance to props in modal credit intro

This commit is contained in:
Liam Cardenas 2017-11-15 10:40:48 -05:00
parent 8733f3a590
commit 4ffbf05400

View file

@ -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 (