- {#each adventures as adventure}
+ {#each myAdventures as adventure}
{/if}
-{#if adventures.length > 0 && osmResults.length > 0}
+
+{#if publicAdventures.length > 0}
+ Public Adventures
+
+ {#each publicAdventures as adventure}
+
+ {/each}
+
+{/if}
+{#if myAdventures.length > 0 && osmResults.length > 0 && publicAdventures.length > 0}
{/if}
{#if osmResults.length > 0}