CivicTechFredericton / mealplanner

Primary Meal Planner repo
MIT License
9 stars 18 forks source link

[#687] - Added import for currentPerson on MealPlans #696

Closed jon-dalton closed 6 months ago

jon-dalton commented 6 months ago

Describe the technical changes contained in this PR This adds a singular import statement to MealPlans.tsx.

Previous behaviour In MealPlans.tsx, a missing import statement for currentPerson role check was missing and caused a compile error when trying to rebuild.

New behaviour Import statement was added and compile error is gone, allowing for development building like normal.

Related issues addressed by this PR Fixes an issue with a previous fix for #687

Have the following been addressed?