better-feedback / better-issues-json

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

App fails to build master list of issues if there are less than 2 issues in /issues #4

Open isidorosp opened 3 years ago

isidorosp commented 3 years ago

There's a bug in index.tsx due to the fact that it expects to find multiple issues within /issues and thus return an array to map over. If there are no issues, or only one, then this fails.