mirror of
https://github.com/System-End/site.git
synced 2026-04-19 15:18:18 +00:00
Fix address city on HCB application form (#1773)
This commit is contained in:
parent
4a605d30cf
commit
8c1647cb38
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ export default function PersonalInfoForm({ requiredFields }) {
|
|||
>
|
||||
<Input
|
||||
name="userAddressCity"
|
||||
placeholder="Santa Monica"
|
||||
placeholder="West Hollywood"
|
||||
id="userAddressCity"
|
||||
/>
|
||||
</Field>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue