fix: react-doctor control-has-associated-label 48→19 (toggles, empty th, action menus)

This commit is contained in:
Nora
2026-06-26 04:53:05 -06:00
parent cad6d64eee
commit df7b65531a
19 changed files with 30 additions and 25 deletions
+1 -1
View File
@@ -253,7 +253,7 @@ export default function ScheduleImportModal({ brandId, onClose, onComplete }: Pr
<th className="px-3 py-2.5 text-left text-[10px] font-bold uppercase tracking-wider text-stone-500">Location</th>
<th className="px-3 py-2.5 text-left text-[10px] font-bold uppercase tracking-wider text-stone-500">Date</th>
<th className="px-3 py-2.5 text-left text-[10px] font-bold uppercase tracking-wider text-stone-500">Time</th>
<th className="w-8 px-3 py-2.5" />
<th className="w-8 px-3 py-2.5" aria-label="Actions" />
</tr>
</thead>
<tbody className="divide-y divide-stone-50">