diff --git a/packages/eds-core-react/src/components/Table/Row/Row.tsx b/packages/eds-core-react/src/components/Table/Row/Row.tsx index f9597500d3..b8d27c93af 100644 --- a/packages/eds-core-react/src/components/Table/Row/Row.tsx +++ b/packages/eds-core-react/src/components/Table/Row/Row.tsx @@ -20,11 +20,9 @@ export type RowProps = { } & React.HTMLAttributes export const Row = forwardRef(function Row( - { ...props }, + { children, active, ...props }, ref, ) { - const { children, active } = props - return ( {children}