Fix collection link

This commit is contained in:
Sean Morley
2024-08-11 13:34:32 -04:00
parent cd55437f91
commit 5aef1eb8bd
3 changed files with 16 additions and 14 deletions

View File

@@ -171,7 +171,7 @@
<span class="text-sm text-muted-foreground">{adventure.location}</span>
</div>
{/if}
{#if adventure.activity_types}
{#if adventure.activity_types && adventure.activity_types?.length > 0}
<div class="flex items-center gap-2">
<svg
xmlns="http://www.w3.org/2000/svg"