Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
2 tasks
isidorosp opened this issue Jan 26, 2021 · 0 comments
Labels
status: planned type: bug Something isn't working

Comments

@isidorosp
Copy link
Contributor

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.

  • Show something special if no issues at all exist
  • Fix the method so that 1 issue doesn't fail
@isidorosp isidorosp added the type: bug Something isn't working label Jan 26, 2021
@isidorosp isidorosp changed the title The app fails to build the master list of issues if there are less than 2 issues in /issues App fails to build master list of issues if there are less than 2 issues in /issues Jan 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: planned type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant