Added Notifications
This commit is contained in:
@@ -19,6 +19,7 @@ const props = defineProps<{
|
||||
flight: Flight
|
||||
flightCount: number
|
||||
isFollowing: boolean
|
||||
canEdit: boolean
|
||||
}>()
|
||||
</script>
|
||||
|
||||
@@ -37,7 +38,7 @@ const props = defineProps<{
|
||||
<div class="profile-grid">
|
||||
<RoutePanel :flight="flight" />
|
||||
<Panel label="Flight Details">
|
||||
<BoardingPass :showToolTips="false" style="width:100%;max-width:600px; margin:0 auto" :flight="flight"/>
|
||||
<BoardingPass :user="user" :showToolTips="false" style="width:100%;max-width:600px; margin:0 auto" :flight="flight" :canEdit="canEdit" />
|
||||
<DetailRows>
|
||||
|
||||
</DetailRows>
|
||||
|
||||
Reference in New Issue
Block a user