Fix map filtering bug

This commit is contained in:
Sean Morley
2024-08-09 09:31:39 -04:00
parent 58d53f784f
commit f40714ac2c
2 changed files with 4 additions and 12 deletions

View File

@@ -426,7 +426,7 @@
</div>
{/if}
{#if adventures.length == 0 && transportations.length == 0}
{#if adventures.length == 0 && transportations.length == 0 && notes.length == 0 && checklists.length == 0}
<NotFound error={undefined} />
{/if}
{#if adventures.length > 0}