diff --git a/packages/next/src/views/List/Default/index.tsx b/packages/next/src/views/List/Default/index.tsx index 1f41572fd4..03ed2bf326 100644 --- a/packages/next/src/views/List/Default/index.tsx +++ b/packages/next/src/views/List/Default/index.tsx @@ -127,8 +127,8 @@ export const DefaultListView: React.FC = () => { return (
- + {Header || ( @@ -253,8 +253,8 @@ export const DefaultListView: React.FC = () => {
)} + - ) }