better-feedback / better-issues-json

better-issues-json-git-master.isidorosp.vercel.app
MIT License
0 stars 1 forks source link

[Bug] The issue type in the issue-specific pages is a placeholder, replace with actual code #11

Open isidorosp opened 3 years ago

isidorosp commented 3 years ago

Replace the static text in pages/issue/[slug].js with the code to get the first filter that matches issue type from the issue (see index.js for an example)

isidorosp commented 3 years ago

@waseemh-io wanna pick this up as well? If you work on top of PR #14 this should be easy to do (see example of getFirstMatchingLabel() in issues.tsx).