diff --git a/web/default/src/components/data-table/core/data-table-row.tsx b/web/default/src/components/data-table/core/data-table-row.tsx index 808398c0..6ae1cf98 100644 --- a/web/default/src/components/data-table/core/data-table-row.tsx +++ b/web/default/src/components/data-table/core/data-table-row.tsx @@ -119,4 +119,4 @@ function getPrimitiveTextContent(content: React.ReactNode): string | null { } return null -} \ No newline at end of file +}