Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
juansensio committed May 2, 2024
2 parents 0e4399d + a3c6209 commit f449cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/routes/datasets/[name]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
retrieveFiles={retrieveDatasetFiles}
/>
</div>
{:else if dataset.items?.features.length > 0}
{:else if dataset.items?.features?.length > 0}
<div class="flex flex-col gap-3 w-full h-[200px]">
<p>Total items: {dataset.items?.features.length}</p>
<Map geojson={dataset.items} />
Expand Down

0 comments on commit f449cf6

Please sign in to comment.