GithubCopilotリファクタリング2

This commit is contained in:
harukin-expo-dev-env
2025-07-15 04:51:50 +00:00
parent 3ac0edd3ad
commit 8a1b8c94f3
6 changed files with 12 additions and 13 deletions

View File

@@ -36,7 +36,7 @@ export const StationDeteilView = (props) => {
setTrainBus();
}
setTrainBus(data[0]);
}, [currentStation]);
}, [currentStation, busAndTrainData]);
const [usePDFView, setUsePDFView] = useState(undefined);
useEffect(() => {