Display protocoin amounts, improve transaction validation
This commit is contained in:
@@ -539,6 +539,11 @@ export function AdminMemberInfo(props) {
|
||||
</Table.Cell>
|
||||
</Table.Row>
|
||||
|
||||
<Table.Row>
|
||||
<Table.Cell>Protocoin:</Table.Cell>
|
||||
<Table.Cell>₱ {member.protocoin.toFixed(2)}</Table.Cell>
|
||||
</Table.Row>
|
||||
|
||||
<Table.Row>
|
||||
<Table.Cell>Application Date:</Table.Cell>
|
||||
<Table.Cell>{member.application_date}</Table.Cell>
|
||||
|
||||
Reference in New Issue
Block a user