Skip to content

Commit 86984b4

Browse files
committed
fix: use trimmedQuery in addComment — accidental regression caught by Monil
1 parent 9f54e37 commit 86984b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Search/SearchRouter/useAskConcierge.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function useAskConcierge() {
3434
report: targetReport,
3535
notifyReportID: targetReportID,
3636
ancestors: [],
37-
text: searchQuery,
37+
text: trimmedQuery,
3838
timezoneParam: timezone ?? CONST.DEFAULT_TIME_ZONE,
3939
currentUserAccountID,
4040
shouldPlaySound: true,

0 commit comments

Comments
 (0)