Skip to content

Commit 58e8b88

Browse files
committed
fix: Replace transactionThreadReport usage with transactionThreadReportID
1 parent 7603ef3 commit 58e8b88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hooks/useLoadReportActions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ function useLoadReportActions({
120120

121121
// Keep transaction thread in sync for mixed report+thread views.
122122
if (isTransactionThreadReport) {
123-
getNewerActions(transactionThreadReport.reportID, transactionThreadNewestAction?.reportActionID);
123+
getNewerActions(transactionThreadReportID, transactionThreadNewestAction?.reportActionID);
124124
}
125125
return;
126126
}

0 commit comments

Comments
 (0)