Annie-McElroy / the-village

Mobile-first application that allows users to share childcare-related resources. Users can set up their own village or join an existing village and submit childcare-related requests and trade "crayons" (points) with other villagers.
MIT License
1 stars 1 forks source link

Fixed Village.js #73

Closed Annie-McElroy closed 7 months ago

Annie-McElroy commented 7 months ago

Got the Village.js to now render with the specific village information from the logged in Villager. Removed the ID from the URL for the Village page. Updated AllRequest page to be only request from the single village (changed it to take props from Village.js) Query VillageID from the logged in Villager to render the appropriate information within Village page.