HackYourFuture-CPH / rate-my-cv

MIT License
1 stars 2 forks source link

Fix console errors from missing keys and ... #191

Closed valmdz closed 3 years ago

valmdz commented 3 years ago

type of the cvs, fix type of date and correct name of variable due to a linter warning

Description

Fix console errors from missing keys and type of Cvs. Additionally, the type of the date is set from string to date and change name of a variable due to linting warnings.

Fixes # (issue) These two errors will be removed Screenshot (2593)_LI

How to test?

Run storybook, the errors shown with a blue arrow should be gone

Checklist