Skip to content

Commit

Permalink
Add missing useMemo dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aldo-expensify committed May 3, 2024
1 parent dfdcb72 commit 7fe7f61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function QuickbooksPreferredExporterConfigurationPage({policy}: WithPolicyConnec
});
return options;
}, []),
[exportConfiguration, exporters],
[exportConfiguration, exporters, currentUserLogin, policy?.owner],
);

const selectExporter = useCallback(
Expand Down

0 comments on commit 7fe7f61

Please sign in to comment.