Skip to content

Commit e7dabfb

Browse files
puneetlathOSBotify
authored andcommitted
Merge pull request #12679 from Expensify/fix-chat-search
Pass array to navigateToAndOpenReport instead of string (cherry picked from commit 49a918b)
1 parent 7923282 commit e7dabfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/SearchPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ class SearchPage extends Component {
150150
Navigation.navigate(ROUTES.getReportRoute(option.reportID));
151151
});
152152
} else {
153-
Report.navigateToAndOpenReport(option.login);
153+
Report.navigateToAndOpenReport([option.login]);
154154
}
155155
}
156156

0 commit comments

Comments
 (0)