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} )