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
-16
View File
@@ -210,22 +210,6 @@ export function AccountForm(props) {
{...makeProps('phone')}
/>
<Form.Input
label='Street Address'
required
{...makeProps('street_address')}
/>
<Form.Input
label='City, Province'
required
{...makeProps('city')}
/>
<Form.Input
label='Postal Code'
required
{...makeProps('postal_code')}
/>
<Form.Field>
<label>Are you under 18 years old?</label>
<Checkbox