mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-19 09:13:57 +00:00
Fix: Fixed import errors in change-game-playtime.ts
This commit is contained in:
@@ -73,7 +73,8 @@ export function ChangeGamePlaytimeModal({
|
||||
onClose();
|
||||
} catch (error) {
|
||||
console.log(error);
|
||||
onError?.(t("update_playtime_error")); } finally {
|
||||
onError?.(t("update_playtime_error"));
|
||||
} finally {
|
||||
setIsSubmitting(false);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user