From 687e0a5df03181f9b5b5085d2e5643f04e9103b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A0=97=E5=98=89=E7=94=B7?= <574980606@qq.com> Date: Sun, 29 Sep 2024 11:02:08 +0800 Subject: [PATCH] test: fix test case --- src/utils/expandUtil.tsx | 1 + 1 file changed, 1 insertion(+) 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 ''; }