diff --git a/src/libs/actions/Policy.js b/src/libs/actions/Policy.js index 3b5284a95b6..289436cfee3 100644 --- a/src/libs/actions/Policy.js +++ b/src/libs/actions/Policy.js @@ -56,7 +56,7 @@ function getSimplifiedPolicyObject(fullPolicy) { name: fullPolicy.name, role: fullPolicy.role, type: fullPolicy.type, - employeeList: getSimplifiedEmployeeList(lodashGet(fullPolicy, 'value.employeeList')); + employeeList: getSimplifiedEmployeeList(lodashGet(fullPolicy, 'value.employeeList')), avatarURL: lodashGet(fullPolicy, 'value.avatarURL', ''), }; }