Update AdventureCard component to include regionId and visited properties, and add country flag support
This commit is contained in:
@@ -89,6 +89,7 @@
|
||||
{#each data.regions as region (region.id)}
|
||||
<AdventureCard
|
||||
type="worldtravelregion"
|
||||
countryCode={data.countrycode}
|
||||
regionId={region.id}
|
||||
name={region.name}
|
||||
on:markVisited={markVisited}
|
||||
|
||||
Reference in New Issue
Block a user