Add current protocoin balance to class payment
This commit is contained in:
parent
c8378374b0
commit
cd7af1ac5c
|
@ -697,6 +697,8 @@ export function ClassDetail(props) {
|
|||
|
||||
<p/>
|
||||
|
||||
<p>Current balance: ₱ {user.member.protocoin.toFixed(2)}</p>
|
||||
|
||||
<PayWithProtocoin
|
||||
token={token} user={user} refreshUser={refreshUser}
|
||||
amount={clazz.cost}
|
||||
|
|
Loading…
Reference in New Issue
Block a user