Skip to content

Commit

Permalink
Merge pull request #33364 from dukenv0307/fix/33358
Browse files Browse the repository at this point in the history
Enable reply in thread for iou whisper action

(cherry picked from commit 88631a0)
  • Loading branch information
aldo-expensify authored and OSBotify committed Dec 21, 2023
1 parent e1314b3 commit 6d47abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home/report/ContextMenu/ContextMenuActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export default [
const isTaskAction = ReportActionsUtils.isTaskAction(reportAction);
const isWhisperAction = ReportActionsUtils.isWhisperAction(reportAction);
return (
!isWhisperAction &&
(!isWhisperAction || isIOUAction || isReportPreviewAction) &&
(isCommentAction || isReportPreviewAction || isIOUAction || isModifiedExpenseAction || isTaskAction) &&
!ReportUtils.isThreadFirstChat(reportAction, reportID)
);
Expand Down

0 comments on commit 6d47abc

Please sign in to comment.