Fixes:
Filters fetched articles to display only ones that have status: available
Fix Card component to display correct ageGroup by splitting article properties with _'s and capitalizing each word
Fix Form component's navParam useEffect to update Form's ageGroup state, not Marketplace's ageGroup state
What does this merge do? Check all that apply.
[ ] Adds a new feature
[ ] Improves an existing feature
[X] Fixes a bug
[ ] Cleans up (logs, tests, etc.)
fixes #27
How has this been tested?
User Tested
Checklist
[X] My code follows the style guidelines of this project
[X] I have performed a self-review of my own code
[ ] I have commented my code, particularly in hard-to-understand areas
[ ] I have used tests to prove my fix is effective or that my feature works
[ ] New and existing unit tests pass locally with my change
Fixes: Filters fetched articles to display only ones that have status: available Fix Card component to display correct ageGroup by splitting article properties with _'s and capitalizing each word Fix Form component's navParam useEffect to update Form's ageGroup state, not Marketplace's ageGroup state
What does this merge do? Check all that apply.
fixes #27
How has this been tested?
User Tested
Checklist