diff --git a/webclient/src/Account.js b/webclient/src/Account.js index fa5ba36..fe28b90 100644 --- a/webclient/src/Account.js +++ b/webclient/src/Account.js @@ -210,22 +210,6 @@ export function AccountForm(props) { {...makeProps('phone')} /> - - - - {member.phone} - - Address: - {member.street_address} - - - City: - {member.city} - - - Postal: - {member.postal_code} - - Minor: {member.is_minor ? 'Yes' : 'No'}