Add link to Paymaster beside Protocoin balance

This commit is contained in:
Tanner Collin 2022-08-23 03:09:03 +00:00
parent 1a4d4d2fd1
commit 50a210a9b2

View File

@ -50,7 +50,7 @@ function MemberInfo(props) {
</Table.Row>
<Table.Row>
<Table.Cell>Protocoin:</Table.Cell>
<Table.Cell>&thinsp;{member.protocoin.toFixed(2)}</Table.Cell>
<Table.Cell>&thinsp;{member.protocoin.toFixed(2)} <Link to='/paymaster'>[buy]</Link></Table.Cell>
</Table.Row>
<Table.Row>
<Table.Cell>Expiry:</Table.Cell>