Skip to content

Commit

Permalink
fix: do not force display as table-row
Browse files Browse the repository at this point in the history
  • Loading branch information
gndz07 authored Nov 22, 2023
1 parent 85e17a6 commit bed2075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/AriaTable/AriaTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ export const Tr = forwardRef<ElementRef<typeof StyledTr>, TrProps>(
children as any,
{
// @ts-ignore: Object is possibly 'null'.
style: { ...children?.props?.style, display: 'table-row' },
...children?.props,
},
// @ts-ignore: Object is possibly 'null'.
[TdEl, ...children?.props?.children]
Expand Down

0 comments on commit bed2075

Please sign in to comment.