Commit 539e87a6 authored by chenshouchao's avatar chenshouchao

fix: MyCircularProgress组件逻辑修复

parent b5a54d8c
...@@ -101,7 +101,7 @@ const MyCircularProgress = (props: IMyCircularProgressProps) => { ...@@ -101,7 +101,7 @@ const MyCircularProgress = (props: IMyCircularProgressProps) => {
} }
} else { } else {
if (children) { if (children) {
return children; return <>{children}</>;
} else { } else {
return null; return null;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment