Skip to content

Commit

Permalink
Merge pull request #10764 from Expensify/chirag-delete-comment-refact…
Browse files Browse the repository at this point in the history
…or-fix

Fix for delete comment refactor

(cherry picked from commit bcffeab)
  • Loading branch information
luacmartins authored and OSBotify committed Sep 2, 2022
1 parent 2421a63 commit 79edeaf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/libs/actions/Report.js
Original file line number Diff line number Diff line change
Expand Up @@ -1106,6 +1106,10 @@ function deleteReportComment(reportID, reportAction) {
const optimisticReportActions = {
[sequenceNumber]: {
pendingAction: CONST.RED_BRICK_ROAD_PENDING_ACTION.DELETE,
message: [{
html: '',
text: '',
}],
},
};

Expand Down

0 comments on commit 79edeaf

Please sign in to comment.