diff --git a/src/utils/expandUtil.tsx b/src/utils/expandUtil.tsx index 8ac35350..df6395c7 100644 --- a/src/utils/expandUtil.tsx +++ b/src/utils/expandUtil.tsx @@ -63,4 +63,5 @@ export function computedExpandedClassName( if (typeof cls === 'function') { return cls(record, index, indent); } + return ''; }