Skip to content

Commit 8c2c11b

Browse files
committed
fix duplicated api call
1 parent e301846 commit 8c2c11b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/TransactionDuplicate/Review.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ function TransactionDuplicateReview() {
6565
return;
6666
}
6767
openReport(route.params.threadReportID);
68-
}, [report, route.params.threadReportID]);
68+
}, [report?.reportID, route.params.threadReportID]);
6969

7070
const isLoadingReport = !report?.reportID && reportMetadata?.isLoadingInitialReportActions !== false;
7171

0 commit comments

Comments
 (0)