visuddhinanda 3 лет назад
Родитель
Сommit
f6d183c92f
1 измененных файлов с 1 добавлено и 2 удалено
  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>
 	);
 };