GithubCopilotによるリファクタリング

This commit is contained in:
harukin-expo-dev-env
2025-07-15 04:23:14 +00:00
parent fdd0c78adc
commit 3ac0edd3ad
10 changed files with 18 additions and 22 deletions

View File

@@ -62,7 +62,7 @@ export const CurrentTrainProvider = ({ children }) => {
setCurrentTrainLoading("success");
})
.catch(() => {
console.log("えらー");
// エラー時の処理
setCurrentTrainLoading("error");
});
});