Skip to content

Commit

Permalink
fix: update comments
Browse files Browse the repository at this point in the history
Co-authored-by: Sahil <thesahindia@gmail.com>
  • Loading branch information
dominictb and thesahindia authored Jul 15, 2024
1 parent dc7b924 commit 6e10dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/actions/Report.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2709,7 +2709,7 @@ function leaveRoom(reportID: string, isWorkspaceMemberLeavingWorkspaceRoom = fal
if (isWorkspaceMemberLeavingWorkspaceRoom || isChatThread) {
return;
}
// in other case, the report is deleted and we should move the user to other report
// In other cases, the report is deleted and we should move the user to another report.
navigateToMostRecentReport(report);
}

Expand Down

0 comments on commit 6e10dc9

Please sign in to comment.