Skip to content

Commit

Permalink
remove presentational
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamwasp committed Aug 2, 2024
1 parent ee1eabf commit 1db6336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gamut/src/List/ListRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export const ListRow = forwardRef<HTMLLIElement, ListRowProps>(
scrollable={scrollable}
rowBreakpoint={rowBreakpoint}
isOl={renderNumbering}
role={onClick ? 'presentation' : role}
role={role}
tabIndex={tabIndex}
{...wrapperProps}
>
Expand Down

0 comments on commit 1db6336

Please sign in to comment.