[x] Add a link to the related issue at the top of this description (above)
[x] Connect this PR with the related issue via ZenHub with the button below this text box (or at the bottom of the page after the PR is created)
[x] Ensure your branch is up to date with the target branch and resolve any conflicts
[x] Answer the below questions to describe your PR for reviewers
[x] Request at least two reviewers using the "Reviewers" section on the right, usually including at least one reviewer from your team
[ ] Notify the requested reviewers in the #code-review Slack channel once the PR is ready for review
Why are these changes needed?
Because the icons in the ExplanationOfBenefit component are not working.
What changed?
An icon has been added in the header props in the ExplanationOfBenefit component.
Added the string "ExplanationOfBenefit" as a resourceName in the header props in the ExplanationOfBenefit component.
Icons have been added to the ExplanationOfBenefit stories from various sources.
New tests have been added to the ExplanationOfBenefit component.
The function convertCamelCaseToSentence has been added to convert the camel case the resourceName to sentence.
How are these changes tested?
The changes have been tested by unit tests and the storybook.
Issue: PATIENTAPP-96
PR Checklist
Why are these changes needed?
Because the icons in the ExplanationOfBenefit component are not working.
What changed?
An icon has been added in the header props in the ExplanationOfBenefit component. Added the string "ExplanationOfBenefit" as a resourceName in the header props in the ExplanationOfBenefit component. Icons have been added to the ExplanationOfBenefit stories from various sources. New tests have been added to the ExplanationOfBenefit component. The function convertCamelCaseToSentence has been added to convert the camel case the resourceName to sentence.
How are these changes tested?
The changes have been tested by unit tests and the storybook.