From 4ffbf054008dbdd1e15bd83d287ed1e58c159aec Mon Sep 17 00:00:00 2001 From: Liam Cardenas Date: Wed, 15 Nov 2017 10:40:48 -0500 Subject: [PATCH] Added currentBalance to props in modal credit intro --- ui/js/modal/modalCreditIntro/view.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/js/modal/modalCreditIntro/view.jsx b/ui/js/modal/modalCreditIntro/view.jsx index 73604985d..1b48f87b4 100644 --- a/ui/js/modal/modalCreditIntro/view.jsx +++ b/ui/js/modal/modalCreditIntro/view.jsx @@ -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 (