Open isidorosp opened 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.
index.tsx
/issues
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.