Skip to content

Commit b760d8a

Browse files
committed
fix: typo
1 parent 99b7ea3 commit b760d8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/DynamicReportChangeApproverPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function DynamicReportChangeApproverPage({report, policy, isLoadingReportData}:
5858

5959
const goBack = () => {
6060
Navigation.goBack(backPath);
61-
}, [backPath];
61+
};
6262

6363
const changeApprover = useCallback(() => {
6464
if (!selectedApproverType) {

0 commit comments

Comments
 (0)