diff --git a/client/src/components/Loading/index.tsx b/client/src/components/Loading/index.tsx index 3e5dd757b..e9441e5fb 100644 --- a/client/src/components/Loading/index.tsx +++ b/client/src/components/Loading/index.tsx @@ -14,7 +14,7 @@ const Loading = ({ fixed = true }: { fixed?: boolean }) => { alignItems={'center'} justifyContent={'center'} > - + ); }; diff --git a/client/src/pages/model/share/index.tsx b/client/src/pages/model/share/index.tsx index 15f72de26..40c974c8b 100644 --- a/client/src/pages/model/share/index.tsx +++ b/client/src/pages/model/share/index.tsx @@ -87,7 +87,7 @@ const modelList = () => { - + ); };