diff --git a/src/libs/actions/Policy.js b/src/libs/actions/Policy.js index ff1c1a2e304b..b4939272b050 100644 --- a/src/libs/actions/Policy.js +++ b/src/libs/actions/Policy.js @@ -294,6 +294,9 @@ function removeMembers(members, policyID) { }) .then((data) => { if (data.jsonCode === 200) { + if (!_.isEmpty(data.policyExpenseChatIDs)) { + Report.fetchChatReportsByIDs(data.policyExpenseChatIDs); + } return; } const policyDataWithMembersRemoved = _.clone(allPolicies[key]);