Added API
This commit is contained in:
@@ -18,7 +18,7 @@ const props = defineProps<{
|
||||
user: User
|
||||
flight: Flight
|
||||
flightCount: number
|
||||
isFollowing: boolean
|
||||
followStatus: string
|
||||
canEdit: boolean
|
||||
canView: boolean
|
||||
}>()
|
||||
@@ -28,7 +28,7 @@ const props = defineProps<{
|
||||
<ProfileLayout
|
||||
:canView="canView"
|
||||
:user="user"
|
||||
:is-following="isFollowing"
|
||||
:followStatus="followStatus"
|
||||
:flight-count="flightCount"
|
||||
:loading="false">
|
||||
<Head :title="`${flight.flight_number ?? user.name + '\'s Flight'}`" />
|
||||
|
||||
Reference in New Issue
Block a user