Skip to content

Commit 687e0a5

Browse files
committed
test: fix test case
1 parent 251c00e commit 687e0a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils/expandUtil.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,5 @@ export function computedExpandedClassName<RecordType>(
6363
if (typeof cls === 'function') {
6464
return cls(record, index, indent);
6565
}
66+
return '';
6667
}

0 commit comments

Comments
 (0)