Add more airlines and fix edit bugs
This commit is contained in:
@@ -5,6 +5,7 @@ import BoardingPass from "@/Components/FlightsGoneBy/BoardingPass.vue";
|
||||
|
||||
const props = defineProps<{
|
||||
flights: Flight[]
|
||||
canEdit: boolean
|
||||
}>()
|
||||
|
||||
const today = new Date()
|
||||
|
||||
Reference in New Issue
Block a user