Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardoj committed Jul 2, 2023
1 parent c308952 commit d933747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/actions/Report.js
Original file line number Diff line number Diff line change
Expand Up @@ -1316,7 +1316,7 @@ function deleteReport(reportID) {
* @param {String} reportID The reportID of the policy report (workspace room)
*/
function navigateToConciergeChatAndDeleteReport(reportID) {
// Dismiss current screen
// Dismiss the current report screen and replace it with Concierge Chat
Navigation.goBack();
navigateToConciergeChat();
deleteReport(reportID);
Expand Down

0 comments on commit d933747

Please sign in to comment.