Skip to content

Commit

Permalink
Merge pull request #26919 from Talha345/fix/26314
Browse files Browse the repository at this point in the history
Fix concierge not found error!
  • Loading branch information
deetergp authored Sep 7, 2023
2 parents c8dc57f + 8ed37ab commit 5fbee52
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/libs/actions/Report.js
Original file line number Diff line number Diff line change
Expand Up @@ -1298,10 +1298,6 @@ function updateWriteCapabilityAndNavigate(report, newValue) {
*/
function navigateToConciergeChat() {
if (!conciergeChatReportID) {
// In order not to delay the report life cycle, we first navigate to the unknown report
if (!Navigation.getTopmostReportId()) {
Navigation.navigate(ROUTES.REPORT);
}
// In order to avoid creating concierge repeatedly,
// we need to ensure that the server data has been successfully pulled
Welcome.serverDataIsReadyPromise().then(() => {
Expand Down

0 comments on commit 5fbee52

Please sign in to comment.