Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
war-in committed Aug 30, 2024
1 parent bdbe3fa commit e95b465
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function NetSuiteImportCustomersOrProjectsPage({policy}: WithPolicyConnectionsPr
updateNetSuiteImportMapping(policyID, importField, newValue, config?.syncOptions?.mapping?.[importField] ?? null);
}
},
[config?.syncOptions?.mapping, policyID],
[config?.syncOptions?.mapping, policyID, importCustomer, importJobs],
);

return (
Expand Down

0 comments on commit e95b465

Please sign in to comment.