Add new columns to userPlannedAdventures table and update Adventure interface
This commit is contained in:
@@ -24,6 +24,8 @@
|
||||
name={adventure.name}
|
||||
location={adventure.location}
|
||||
activityTypes={adventure.activityTypes}
|
||||
description={adventure?.description}
|
||||
date={adventure?.date}
|
||||
/>
|
||||
{/each}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user