Skip to content

Commit

Permalink
misc: silent deps warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ansmonjol committed Jul 2, 2024
1 parent e1c861c commit f25c53b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/customers/addDrawer/AddCustomerDrawer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,8 @@ export const AddCustomerDrawer = forwardRef<AddCustomerDrawerRef>((_, ref) => {
zipcode: formikProps.values.zipcode,
})
}

// eslint-disable-next-line react-hooks/exhaustive-deps
}, [
formikProps.values.addressLine1,
formikProps.values.addressLine2,
Expand Down

0 comments on commit f25c53b

Please sign in to comment.