linter issues
Some checks failed
Lint / Lint and Typecheck (push) Failing after 27s

This commit is contained in:
2025-11-15 16:43:44 +01:00
parent fe4783ae97
commit 8006a65e88
4 changed files with 10 additions and 10 deletions

View File

@@ -648,7 +648,7 @@ export default function FireCalculatorForm() {
)}
{result && (
<Button
onClick={() => setShowing4percent(!showing4percent)}
onClick={() => { setShowing4percent(!showing4percent); }}
variant={showing4percent ? "secondary" : "default"}
size={"sm"}
>