駅メニューの機能準備完了

This commit is contained in:
harukin-DeskMini
2022-10-09 00:31:05 +09:00
parent 9135ad3504
commit dd78cdd3c7
2 changed files with 43 additions and 17 deletions

View File

@@ -117,15 +117,6 @@ export default function Menu(props) {
"徳島線",
"鳴門線",
];
console.log(
lineList
.map((d) => findStationEachLine(originalStationList[d]))
.filter((d) => d.length > 0)
.reduce((pre, current) => {
pre.push(...current);
return pre;
}, [])
);
let returnDataBase = lineList
.map((d) => findStationEachLine(originalStationList[d]))
.filter((d) => d.length > 0)