fix review feedback: restart race, listener cleanup, stable keys, accessibility

This commit is contained in:
Jamie Pine
2026-03-16 13:06:57 -07:00
parent a8469b39f1
commit 2ad4776a76
9 changed files with 66 additions and 54 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ export function SettingRow({
<div className="min-w-0">
<label
htmlFor={htmlFor}
className="text-sm font-medium leading-none cursor-pointer select-none"
className={`text-sm font-medium leading-none select-none ${htmlFor ? 'cursor-pointer' : ''}`}
>
{title}
</label>