diff --git a/src/pages/Task/List/index.tsx b/src/pages/Task/List/index.tsx index 8236ac9..6bdef6c 100644 --- a/src/pages/Task/List/index.tsx +++ b/src/pages/Task/List/index.tsx @@ -132,7 +132,12 @@ const List: React.FC = () => { render: (text, record, index) => { return ( - + ); },