Skip to content

Commit a636246

Browse files
committed
Minor improvement
1 parent dcc14c3 commit a636246

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Search/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ function Search({queryJSON, searchResults, onSearchListScroll, contentContainerS
618618

619619
// If we're trying to open a transaction without a transaction thread, let's create the thread and navigate the user
620620
if (isTransactionItem && item.transactionThreadReportID === CONST.REPORT.UNREPORTED_REPORT_ID) {
621-
createAndOpenSearchTransactionThread(item, hash, backTo);
621+
createAndOpenSearchTransactionThread(item, hash, backTo, transactionPreviewData);
622622
return;
623623
}
624624

0 commit comments

Comments
 (0)