From 1430c31140b00da4c971a9b518c2fe01c6d1b4bf Mon Sep 17 00:00:00 2001 From: harukin-DeskMini Date: Tue, 29 Nov 2022 20:39:46 +0900 Subject: [PATCH] =?UTF-8?q?=E5=88=97=E7=95=AA=E3=81=AE=E5=88=A4=E5=AE=9A?= =?UTF-8?q?=E3=81=8C=E9=80=86=E8=BB=A2=E3=81=97=E3=81=A6=E3=81=84=E3=81=9F?= =?UTF-8?q?=E3=83=90=E3=82=B0=E3=81=AE=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/発車時刻表/LED_vidion.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/発車時刻表/LED_vidion.js b/components/発車時刻表/LED_vidion.js index a3d86ce..d56cf99 100644 --- a/components/発車時刻表/LED_vidion.js +++ b/components/発車時刻表/LED_vidion.js @@ -239,7 +239,7 @@ export default function LED_vision(props) { })() + " " + train.trainName + - (train.trainNumDistance != undefined + (train.trainNumDistance == undefined ? "" : parseInt( d.train.replace("M", "").replace("D", "")