駅メニューの機能準備完了
This commit is contained in:
9
menu.js
9
menu.js
@@ -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)
|
||||
|
Reference in New Issue
Block a user