Fix styling

This commit is contained in:
Ola Hungerford
2025-02-15 05:05:29 -07:00
parent 5b2d54ae3b
commit 44d07b964c
2 changed files with 10 additions and 10 deletions

View File

@@ -179,7 +179,7 @@ const ToolsTab = ({
onCheckedChange={(checked: boolean) =>
setParams({
...params,
[key]: checked
[key]: checked,
})
}
/>