Switch the cards API request inside PrayerDeck.tsx to use category__id instead of category__name.
Reason
The changes applied by #70 broke the Prayer Deck page. These changes resolve the issue so that API requests can be made using the supplied category ID rather than name.
How this has been tested
Locally, via the Yarn build.
Types of changes
[ ] New feature (adds functionality)
[x] Bug fix (fixes an issue)
[ ] Breaking changes (causes defects to existing pieces)
Screenshots
Checklist:
[x] I have read and complied with the CONTRIBUTING document
[x] The changes I've made follow the existing code style and formatting requirements
[ ] My changes require updates to the documentation, which I have modified accordingly
Description
Switch the cards API request inside
PrayerDeck.tsx
to usecategory__id
instead ofcategory__name
.Reason
The changes applied by #70 broke the Prayer Deck page. These changes resolve the issue so that API requests can be made using the supplied category ID rather than name.
How this has been tested
Locally, via the Yarn build.
Types of changes
Screenshots
Checklist: