fix: react-doctor control-has-associated-label -2 (skeleton tr aria-hidden)
This commit is contained in:
@@ -129,7 +129,7 @@ function LogSkeleton() {
|
||||
return (
|
||||
<>
|
||||
{[1, 2, 3, 4, 5].map((i) => (
|
||||
<tr key={i} className="border-b border-[var(--admin-border)]">
|
||||
<tr key={i} className="border-b border-[var(--admin-border)]" aria-hidden="true">
|
||||
<td className="px-4 py-3">
|
||||
<div className="h-3 w-20 bg-stone-200 rounded animate-pulse" />
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user