From 2f2c247574a3f7f90970c2be1ac6d31e9417c07d Mon Sep 17 00:00:00 2001 From: Spythere Date: Wed, 10 Mar 2021 16:41:59 +0100 Subject: [PATCH] Poprawki --- src/components/SceneryView/SceneryInfo.vue | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/components/SceneryView/SceneryInfo.vue b/src/components/SceneryView/SceneryInfo.vue index dc6a792..42bb30d 100644 --- a/src/components/SceneryView/SceneryInfo.vue +++ b/src/components/SceneryView/SceneryInfo.vue @@ -117,9 +117,12 @@ {{ stationInfo.dispatcherName }} - {{ - $t(`status.${stationInfo.statusID}`) - }} + {{ $t(`status.${stationInfo.statusID}`) }} + {{ + stationInfo.statusID == "online" ? stationInfo.statusTimeString : "" + }}