We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa87554 commit 31b17c7Copy full SHA for 31b17c7
src/components/ItemResults/TableView.tsx
@@ -68,7 +68,7 @@ function TableView({
68
</Td>
69
</Tr>
70
)}
71
- { results && results.features.length > 1 && (
+ { results && results.features.length > 0 && (
72
results.features.map(({ id, collection }: StacItem) => (
73
<Tr
74
key={id}
0 commit comments