From c0fb12f7f184cde744b8bd1278c8c586588f85f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=87=91=E4=BC=9F=E5=BC=BA?= Date: Mon, 29 May 2023 16:28:27 +0800 Subject: [PATCH] chore: test lint --- web/app/(commonLayout)/app/(appDetailLayout)/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/(commonLayout)/app/(appDetailLayout)/layout.tsx b/web/app/(commonLayout)/app/(appDetailLayout)/layout.tsx index b70959ea79..280074c717 100644 --- a/web/app/(commonLayout)/app/(appDetailLayout)/layout.tsx +++ b/web/app/(commonLayout)/app/(appDetailLayout)/layout.tsx @@ -7,7 +7,7 @@ export type IAppDetail = { const AppDetail: FC = ({ children }) => { return ( - <> + <> {children} )