{#if isShowingCreateModal} (isShowingCreateModal = false)} /> {/if} {#if isEditModalOpen} (isEditModalOpen = false)} on:saveEdit={saveEdit} /> {/if}
{#if adventures.length > 0}

Planned Adventures

{/if}
{#each adventures as adventure} {/each}
{#if adventures.length === 0}
Lost

No planned adventures found

There are no adventures to display. Add some using the plus button at the bottom right!

{/if}