File tree 1 file changed +1
-4
lines changed
src/components/admin/events
1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -227,11 +227,8 @@ function EventsTable() {
227
227
< td
228
228
aria-label = "events"
229
229
className = "hidden sm:table-cell py-4 "
230
- className = "hidden sm:table-cell py-4"
231
- id = { `checkbox-${ row . id } ` }
232
230
>
233
231
< input
234
- aria-labelledby = { `checkbox-${ row . id } ` }
235
232
type = "checkbox"
236
233
className = "cursor-pointer"
237
234
onChange = { ( event ) => handleSelectRow ( event , row . id ) }
@@ -240,7 +237,7 @@ function EventsTable() {
240
237
</ td >
241
238
< td className = "whitespace-wrap px-2 py-4" > { row . eventName } </ td >
242
239
< td > { row . city } </ td >
243
- < td className = "hidden sm:table-cell" > { row . date } </ td > ∏
240
+ < td className = "hidden sm:table-cell" > { row . date } </ td >
244
241
< td className = "hidden sm:table-cell" > { row . from } </ td >
245
242
< td className = "hidden sm:table-cell" > { row . to } </ td >
246
243
< td className = "hidden sm:table-cell" > { row . chapter } </ td >
You can’t perform that action at this time.
0 commit comments