From f2fd869499505a49f659b4ff7e77582801495d20 Mon Sep 17 00:00:00 2001 From: dongyoungKo Date: Wed, 21 May 2025 10:04:03 +0900 Subject: [PATCH] =?UTF-8?q?errorBoundary=20=EC=A3=BC=EC=84=9D=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- com.twin.app.shoptime/src/App/App.js | 30 ++++++++++++++-------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/com.twin.app.shoptime/src/App/App.js b/com.twin.app.shoptime/src/App/App.js index b66c3bc8..d2a42ab6 100644 --- a/com.twin.app.shoptime/src/App/App.js +++ b/com.twin.app.shoptime/src/App/App.js @@ -372,21 +372,21 @@ function AppBase(props) { }, [dispatch]); return ( - // - // {webOSVersion === "" ? null : Number(webOSVersion) < 4 ? ( - // - // ) : ( - - // )} - // + + {webOSVersion === "" ? null : Number(webOSVersion) < 4 ? ( + + ) : ( + + )} + ); }