Skip to content

Commit

Permalink
Fix semicolon typo
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham committed Oct 8, 2021
1 parent 49878f1 commit 3fec339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/actions/Policy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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', ''),
};
}
Expand Down

0 comments on commit 3fec339

Please sign in to comment.