From c117f280e20ba7bdad5bea97439e33b8a11e043b Mon Sep 17 00:00:00 2001 From: hiyuki <674883329@qq.com> Date: Thu, 17 Oct 2024 20:40:23 +0800 Subject: [PATCH] little adjust --- .../webpack-plugin/lib/runtime/components/react/mpx-view.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/webpack-plugin/lib/runtime/components/react/mpx-view.tsx b/packages/webpack-plugin/lib/runtime/components/react/mpx-view.tsx index 1d7a7eab54..ef68ed2917 100644 --- a/packages/webpack-plugin/lib/runtime/components/react/mpx-view.tsx +++ b/packages/webpack-plugin/lib/runtime/components/react/mpx-view.tsx @@ -383,7 +383,7 @@ function wrapImage (imageStyle?: ExtendedViewStyle) { } } - return + return {show && } }