Merge commit '548d5d3747e6491ae421a716e85f7d60be4e41e4' into develop
This commit is contained in:
commit
c7d0f3e23c
@ -114,7 +114,7 @@ export const EachTrainInfoCore = ({
|
|||||||
const type = getType(limitedArray[0]);
|
const type = getType(limitedArray[0]);
|
||||||
|
|
||||||
switch (true) {
|
switch (true) {
|
||||||
case limitedArray[1]:
|
case !!limitedArray[1]:
|
||||||
// 特急の場合は、列車名を取得
|
// 特急の場合は、列車名を取得
|
||||||
return type + migrateTrainName(limitedArray[1]);
|
return type + migrateTrainName(limitedArray[1]);
|
||||||
case trainData.length == 0:
|
case trainData.length == 0:
|
||||||
|
Loading…
Reference in New Issue
Block a user