路線名の表記ゆれを修正

This commit is contained in:
harukin-expo-dev-env
2024-05-28 00:35:27 +00:00
parent c05824c3d0
commit 2b41cbb0b0
3 changed files with 14 additions and 14 deletions

View File

@@ -262,9 +262,9 @@ const NexPreStationLine = ({ currentStation, originalStationList }) => {
"土讃線(多度津-高知間)[D]",
"土讃線(高知-窪川間)[K]",
"高徳線(高松-徳島間)[T]",
"徳島線(徳島-阿波池田)[B]",
"徳島線(徳島-阿波池田)[B]",
"鳴門線(池谷-鳴門間)[N]",
"瀬戸大橋線(宇多津-児島間)[M]",
"瀬戸大橋線(児島-宇多津間)[M]",
];
let returnData;
lineList.forEach((d) => {