Skip to content

Commit 3c742d9

Browse files
committed
fix: eslint better work at this point!!!
1 parent 1839800 commit 3c742d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/admin/events/EventsTable.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ function EventsTable() {
224224
: "hover:bg-[#F7F7F7] text-[#656767] text-sm"
225225
}
226226
>
227-
{/* eslint-disable-next-line jsx-a11y/control-has-associated-label */}
227+
{/* eslint-disable-next-line */}
228228
<td className="hidden sm:table-cell py-4">
229229
<input
230230
type="checkbox"

0 commit comments

Comments
 (0)