add user profile, profile vibe and trip vibe and social signal
This commit is contained in:
@@ -95,6 +95,7 @@ export default async function ProfilePage() {
|
||||
city: ownProfile.city,
|
||||
interests: ownProfile.interests,
|
||||
instagram: ownProfile.instagram,
|
||||
vibe: ownProfile.vibe,
|
||||
}
|
||||
: null
|
||||
}
|
||||
@@ -169,6 +170,7 @@ export default async function ProfilePage() {
|
||||
id={trip.id}
|
||||
title={trip.title}
|
||||
category={trip.category}
|
||||
vibe={trip.vibe}
|
||||
destination={trip.destination}
|
||||
location={trip.location}
|
||||
date={trip.date}
|
||||
|
||||
Reference in New Issue
Block a user