Skip to content

Commit e944a1b

Browse files
thienlnamOSBotify
authored andcommitted
Merge pull request #61101 from fedirjh/fix-61071
[Fix] condition for showing manager MC test in MoneyRequestParticipants… (cherry picked from commit 3aec685) (cherry-picked to staging by thienlnam)
1 parent 7ba9d49 commit e944a1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/iou/request/MoneyRequestParticipantsSelector.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ function MoneyRequestParticipantsSelector({
136136
shouldSeparateSelfDMChat: iouType !== CONST.IOU.TYPE.INVOICE,
137137
shouldSeparateWorkspaceChat: true,
138138
includeSelfDM: !isMovingTransactionFromTrackExpense(action) && iouType !== CONST.IOU.TYPE.INVOICE,
139-
canShowManagerMcTest: iouType !== CONST.IOU.TYPE.SUBMIT,
139+
canShowManagerMcTest: action !== CONST.IOU.ACTION.SUBMIT,
140140
},
141141
);
142142

0 commit comments

Comments
 (0)