Add link to Paymaster beside Protocoin balance
This commit is contained in:
parent
1a4d4d2fd1
commit
50a210a9b2
|
@ -50,7 +50,7 @@ function MemberInfo(props) {
|
|||
</Table.Row>
|
||||
<Table.Row>
|
||||
<Table.Cell>Protocoin:</Table.Cell>
|
||||
<Table.Cell>₱ {member.protocoin.toFixed(2)}</Table.Cell>
|
||||
<Table.Cell>₱ {member.protocoin.toFixed(2)} <Link to='/paymaster'>[buy]</Link></Table.Cell>
|
||||
</Table.Row>
|
||||
<Table.Row>
|
||||
<Table.Cell>Expiry:</Table.Cell>
|
||||
|
|
Loading…
Reference in New Issue
Block a user