tomoakley / freemeals.uk

MIT License
9 stars 10 forks source link

Fix venue information in selectedPane Component #89

Closed lmjcbs closed 3 years ago

lmjcbs commented 3 years ago

Currently, when you filter by location and click a venue to open the selectedPane component, the information is still being pulled from all venues.

This means if you filter by a location and that location has 5 venues, the selectedPane component will still show the information for the first 5 results in all locations.

I believe this could have something to do with the way the routing is done, as highlighted in #87. Route provider/1 is not unique to a venue.