Skip to content

Commit

Permalink
removed unneccssary code closes #1394
Browse files Browse the repository at this point in the history
  • Loading branch information
syam babu committed Dec 5, 2024
1 parent 1d7f7f5 commit 2127545
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/pages/Dashboard/CreateNewPlace/CreateNewPlace.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -477,11 +477,6 @@ function CreateNewPlace() {
{ postalCode: typeof values?.postalCode === 'string' ? values.postalCode.trim() : values?.postalCode },
);

if (values.name.fr) {
console.log(postalObj);
return;
}

if (values?.dynamicFields) {
dynamicFields = Object.keys(values?.dynamicFields)?.map((dynamicField) => {
return {
Expand Down

0 comments on commit 2127545

Please sign in to comment.