Skip to content

Commit

Permalink
Merge pull request Expensify#43024 from nkdengineer/fix/42262
Browse files Browse the repository at this point in the history
fix: Workspace - Wrong members number is displayed
  • Loading branch information
arosiclair authored Jun 17, 2024
2 parents beb8e38 + 267cf23 commit 09ce637
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/libs/actions/Policy/Policy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -862,6 +862,9 @@ function createPolicyExpenseChats(policyID: string, invitedEmailsToAccountIDs: I
},
isOptimisticReport: false,
pendingChatMembers: null,
participants: {
[accountID]: allPersonalDetails && allPersonalDetails[accountID] ? {} : null,
},
},
});
workspaceMembersChats.onyxSuccessData.push({
Expand Down

0 comments on commit 09ce637

Please sign in to comment.