mirror of
https://github.com/flarum/core.git
synced 2025-07-30 13:10:24 +02:00
Fix class naming (#2811)
This commit is contained in:
@@ -123,7 +123,7 @@ export default class UserListPage extends AdminPage {
|
||||
|
||||
return (
|
||||
<div
|
||||
class={classList(['UserListPage-grid--rowItem', rowIndex % 2 > 0 && 'UserListPage-grid--shadedRow'])}
|
||||
class={classList(['UserListPage-grid-rowItem', rowIndex % 2 > 0 && 'UserListPage-grid-rowItem--shaded'])}
|
||||
data-user-id={user.id()}
|
||||
data-column-name={col.itemName}
|
||||
aria-colindex={colIndex + 1}
|
||||
|
Reference in New Issue
Block a user