Skip to content

Commit

Permalink
fix: list item “as” prop was not sent to ListItemHeader (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
ingefossland authored Dec 9, 2024
1 parent 151181d commit ccefe4c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/components/List/ListItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ export interface ListItemInputProps extends ListItemProps {
}

export const ListItem = ({
as = 'a',
className,
color,
loading,
Expand Down

0 comments on commit ccefe4c

Please sign in to comment.