LEDに運行情報を表示するように変更
This commit is contained in:
2
menu.js
2
menu.js
@@ -49,6 +49,7 @@ export default function Menu(props) {
|
||||
currentTrainState,
|
||||
currentTrainLoadingState,
|
||||
getCurrentTrain,
|
||||
areaInfo,
|
||||
} = props;
|
||||
const JRSTraInfoEXAcSR = useRef(null);
|
||||
const StationBoardAcSR = useRef(null);
|
||||
@@ -255,6 +256,7 @@ export default function Menu(props) {
|
||||
currentTrainState={currentTrainState}
|
||||
currentTrainLoadingState={currentTrainLoadingState}
|
||||
getCurrentTrain={getCurrentTrain}
|
||||
areaInfo={areaInfo}
|
||||
/>
|
||||
)}
|
||||
<JRSTraInfoBox
|
||||
|
Reference in New Issue
Block a user