Przeglądaj źródła

:fire: 无用的<layout>

visuddhinanda 3 lat temu
rodzic
commit
f6d183c92f
1 zmienionych plików z 1 dodań i 2 usunięć
  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>
 	);
 };