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
  • Loading branch information
aldo-expensify authored Dec 20, 2023
2 parents f33d674 + 1021547 commit 88631a0
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 @@ -148,7 +148,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 88631a0

Please sign in to comment.