From 7d44e8e7cfd0c3b5b795998d654dbfc4bdc14ecb Mon Sep 17 00:00:00 2001
From: Robert Nowotniak
Date: Sun, 12 Oct 2025 14:48:36 +0200
Subject: [PATCH] Display Departures/Arrivals only if direction !==
arrival/departure
Display Departures if direction = 'departure' or 'both'
Display Arrivals if direction = 'arrival' or 'both'
---
src/components/Widgets/Flights.vue | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/components/Widgets/Flights.vue b/src/components/Widgets/Flights.vue
index 7f930659..512fafc2 100644
--- a/src/components/Widgets/Flights.vue
+++ b/src/components/Widgets/Flights.vue
@@ -5,7 +5,7 @@
Live {{ direction !== 'both' ? direction: 'flight' }} data from {{ airport }}
-
+
{{ $t('widgets.flight-data.departures') }}
@@ -16,7 +16,7 @@
-
+
{{ $t('widgets.flight-data.arrivals') }}