Refactor AdventureCard usage and integrate event calendar components

This commit is contained in:
Sean Morley
2024-12-04 12:38:01 -05:00
parent a39e22b0a8
commit d44cb06e31
10 changed files with 124 additions and 78 deletions

View File

@@ -398,7 +398,6 @@
user={data.user}
on:edit={editAdventure}
on:delete={deleteAdventure}
type={adventure.type}
{adventure}
{collection}
/>
@@ -521,7 +520,6 @@
user={data.user}
on:edit={editAdventure}
on:delete={deleteAdventure}
type={adventure.type}
{adventure}
/>
{/each}