ふぁぼが空の時にクラッシュしていた問題を修正
This commit is contained in:
@@ -37,7 +37,6 @@ export const StationDeteilView = (props) => {
|
||||
});
|
||||
if (data.length == 0) {
|
||||
setTrainBus();
|
||||
return () => {};
|
||||
}
|
||||
setTrainBus(data[0]);
|
||||
}, [currentStation]);
|
||||
|
Reference in New Issue
Block a user