Add current protocoin balance to class payment

This commit is contained in:
Tanner Collin 2023-05-29 11:33:53 -06:00
parent c8378374b0
commit cd7af1ac5c

View File

@ -697,6 +697,8 @@ export function ClassDetail(props) {
<p/>
<p>Current balance: &thinsp;{user.member.protocoin.toFixed(2)}</p>
<PayWithProtocoin
token={token} user={user} refreshUser={refreshUser}
amount={clazz.cost}