Skip to content

Commit 72ccd0f

Browse files
committed
syntax error
1 parent 511fe71 commit 72ccd0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/components/listings/form/SubletForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export function SubletForm() {
9595
const subletFieldsAfterPrice = (
9696
<>
9797
<Controller
98-
name="streetAddress"
98+
name="street_address"
9999
control={control}
100100
render={({ field: streetField }) => (
101101
<Controller

0 commit comments

Comments
 (0)