Explorar o código

:fire: 无用的<layout>

visuddhinanda %!s(int64=3) %!d(string=hai) anos
pai
achega
f6d183c92f
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      dashboard/src/pages/studio/article/index.tsx

+ 1 - 2
dashboard/src/pages/studio/article/index.tsx

@@ -8,14 +8,13 @@ const { Content } = Layout;
 
 const Widget = () => {
 	return (
-		<Layout>
+			<Layout>
 			<Layout>
 				<LeftSider selectedKeys="article" />
 				<Content style={styleStudioContent}>
 					<Outlet />
 				</Content>
 			</Layout>
-		</Layout>
 	);
 };