Skip to content

Commit

Permalink
fix access the deleted link preview
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenKKC committed Jul 26, 2023
1 parent 0fec944 commit 64e0b04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libs/actions/Report.js
Original file line number Diff line number Diff line change
Expand Up @@ -887,6 +887,7 @@ function deleteReportComment(reportID, reportAction) {
previousMessage: reportAction.message,
message: deletedMessage,
errors: null,
linkMetadata: [],
},
};

Expand Down

0 comments on commit 64e0b04

Please sign in to comment.