Skip to content

Commit 2d99562

Browse files
committed
fix: correct indent typo
1 parent d90d33b commit 2d99562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Body/BodyRow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ function BodyRow<RecordType extends { children?: RecordType[] }>(props: BodyRowP
143143
<>
144144
<span
145145
style={{ paddingLeft: `${indentSize * indent}px` }}
146-
className={`${prefixCls}-indent indent-level-${indent}`}
146+
className={`${prefixCls}-row-indent indent-level-${indent}`}
147147
/>
148148
{expandIcon({
149149
prefixCls,

0 commit comments

Comments
 (0)