-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
type: bugSomething isn't workingSomething isn't working
Description
Description 💬
Querying an individual links to /details/person/:id route. This route does not exist.
Reproduction Steps 🪜
- Search a person
- Click on any result
- PageNotFound screen is rendered
Expected Behavior
Should properly link to the details/actor/:id route.
Additional Context
Query results are displayed via ShowPoster or ShowListCard components. Both of these components utilize <Link to={'/details/${details.media_type}/${details.id}'} >.
media_type for individuals is person, hence the invalid link.
Can presumably add a media_type == 'person' conditional to provide the proper link.
Metadata
Metadata
Assignees
Labels
type: bugSomething isn't workingSomething isn't working
Projects
Status
📋 Backlog