From 5e4c53246a70cef6476dd67ac712e3784ebbca13 Mon Sep 17 00:00:00 2001 From: wulibaibao <13366578180@163.com> Date: Fri, 16 Sep 2022 10:41:50 +0800 Subject: [PATCH] fix: plan task table inital status show error --- src/pages/Plan/components/RightContent/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Plan/components/RightContent/index.tsx b/src/pages/Plan/components/RightContent/index.tsx index 08b518c..87d3053 100644 --- a/src/pages/Plan/components/RightContent/index.tsx +++ b/src/pages/Plan/components/RightContent/index.tsx @@ -206,7 +206,7 @@ const PlanRightContent: React.FC = () => { content={data?.content && Object.prototype.toString.call(data?.content) === "[object Array]" ? data?.content : []} /> - + -- Gitee