Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
matej21 committed Dec 18, 2023
1 parent 84d4159 commit 506986b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-datagrid-ui/src/rendering/DataGridTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const DataGridTable = memo<DataGridTableProps>(props => {
)
: (
<TableRow>
<TableCell colSpan={columns.size}>a
<TableCell colSpan={columns.size}>
<EmptyMessage
border={false}
component={emptyMessageComponent}
Expand Down

0 comments on commit 506986b

Please sign in to comment.