We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b80b72a commit 8565bfaCopy full SHA for 8565bfa
1 file changed
src/Body/BodyRow.tsx
@@ -183,6 +183,7 @@ function BodyRow<RecordType extends { children?: readonly RecordType[] }>(
183
index,
184
getRowKey,
185
);
186
+
187
return (
188
<Cell<RecordType>
189
className={columnClassName}
0 commit comments