Remove members' addresses from UI

This commit is contained in:
2020-08-09 00:20:05 +00:00
committed by Emrah Atil
parent 0dd7e5a00e
commit 655a13547a
2 changed files with 0 additions and 29 deletions
-13
View File
@@ -476,19 +476,6 @@ export function AdminMemberInfo(props) {
<Table.Cell>{member.phone}</Table.Cell>
</Table.Row>
<Table.Row>
<Table.Cell>Address:</Table.Cell>
<Table.Cell>{member.street_address}</Table.Cell>
</Table.Row>
<Table.Row>
<Table.Cell>City:</Table.Cell>
<Table.Cell>{member.city}</Table.Cell>
</Table.Row>
<Table.Row>
<Table.Cell>Postal:</Table.Cell>
<Table.Cell>{member.postal_code}</Table.Cell>
</Table.Row>
<Table.Row>
<Table.Cell>Minor:</Table.Cell>
<Table.Cell>{member.is_minor ? 'Yes' : 'No'}</Table.Cell>