Skip to content

Commit

Permalink
Merge pull request #45012 from Expensify/vit-20240708lint
Browse files Browse the repository at this point in the history
[NoQA] Skip react compiler check on NetSuiteApprovalAccountSelectPage
  • Loading branch information
mountiny authored Jul 8, 2024
2 parents b080461 + 3dbbd2a commit 4e1470b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function NetSuiteApprovalAccountSelectPage({policy}: WithPolicyConnectionsProps)
const netsuiteApprovalAccountOptions = useMemo<SelectorType[]>(
() => getNetSuiteApprovalAccountOptions(policy ?? undefined, config?.approvalAccount),
// The default option will be language dependent, so we need to recompute the options when the language changes
// eslint-disable-next-line react-hooks/exhaustive-deps
// eslint-disable-next-line react-compiler/react-compiler, react-hooks/exhaustive-deps
[config?.approvalAccount, policy, translate],
);

Expand Down

0 comments on commit 4e1470b

Please sign in to comment.