ReviewCard component's [stories](https://github.com/garageScript/c0d3-app/blob/master/stories/components/ReviewCard.stories.tsx) all look the same and do not show the mocked comment data. https://user-images.githubusercontent.com/121207468/229303897-a045d7f4-2bf7-417d-ae10-ca5337c30132.mov Stories should be fixed so that mocked comments render. While doing this we can also refactor the code to use a [Template](https://storybook.js.org/docs/react/writing-stories/introduction#using-args), which each story will reuse.
ReviewCard component's stories all look the same and do not show the mocked comment data.
Screen.Recording.2023-04-01.at.12.42.58.PM.mov
Stories should be fixed so that mocked comments render. While doing this we can also refactor the code to use a Template, which each story will reuse.