mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-18 08:43:57 +00:00
Fix: Changed ChangeGamePlaytimeModalProps to Readonly
This commit is contained in:
@@ -21,7 +21,7 @@ export function ChangeGamePlaytimeModal({
|
||||
changePlaytime,
|
||||
onSuccess,
|
||||
onError,
|
||||
}: ChangeGamePlaytimeModalProps) {
|
||||
}: Readonly<ChangeGamePlaytimeModalProps>) {
|
||||
const { t } = useTranslation("game_details");
|
||||
const [hours, setHours] = useState("");
|
||||
const [minutes, setMinutes] = useState("");
|
||||
|
||||
Reference in New Issue
Block a user