Skip to content

Commit

Permalink
test: fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
li-jia-nan committed Sep 29, 2024
1 parent 251c00e commit 687e0a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/expandUtil.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,5 @@ export function computedExpandedClassName<RecordType>(
if (typeof cls === 'function') {
return cls(record, index, indent);
}
return '';
}

0 comments on commit 687e0a5

Please sign in to comment.