Skip to content

Commit

Permalink
fixed bug PADS-220
Browse files Browse the repository at this point in the history
  • Loading branch information
qhanson55 committed Jul 18, 2024
1 parent d487adb commit c6148b5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/src/components/housing/submission/SubmissionForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,6 @@ const onSubmit = async (values: any) => {
};
function updateLocationAddress(values: any, setFieldValue?: Function) {
// const locationAddressStr = concatenateAddress(values.streetAddress, values.locality, values.province);
const locationAddressStr = [values.streetAddress, values.locality, values.province]
.filter((str) => str?.trim())
.join(', ');
Expand Down

0 comments on commit c6148b5

Please sign in to comment.