Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@calumbell
Copy link
Contributor

@calumbell calumbell commented Oct 7, 2025

Build Preview

https://deploy-preview-776--open5e-preview.netlify.app/

Description

This PR fixes a bug on the /feats/[id] page where a feat's benefits (as listed in the "benefits" array) were not being rendered to the page:

Screenshot 2025-10-07 at 11 18 56

Resolving this issue required updated the query parameters of the fetch request to the API, and then adding markup to the template tag to correctly render the information returned.

Related Issue

Closes #775

How was this tested?

  • Spot checked on local Nuxt server (npm run dev) pulling data from staging branch of the API
  • npm run test (all tests passing)
  • npm run build (build process completes without error)

@calumbell calumbell merged commit e8d994b into open5e:staging Oct 28, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Feat benefits are not rendered on /feats/[id]

2 participants