diff --git a/src/app/page.tsx b/src/app/page.tsx index 5dace9c..88b5ed9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,7 +32,7 @@ export default function Home() { const handleMaxMinChange = (event: React.ChangeEvent) => { setMaxminOption(event.target.value); // Update den Zustand basierend auf dem Wert des Selects }; - + return ( <>
diff --git a/src/app/scripts.ts b/src/app/scripts.ts index b46dae5..edfcaa4 100644 --- a/src/app/scripts.ts +++ b/src/app/scripts.ts @@ -128,7 +128,7 @@ function isInputFilled(obj: string | undefined, subj: string | undefined, bounds return true; } -export function calculate_click() { +function calculate_click(maximize: boolean) { customLogClear(); const timer = walltimeStart(); customLog("calculating");