From c9dc8abdd84dde8a8aac5250b5370d995626a6f4 Mon Sep 17 00:00:00 2001 From: "hyunwoo93.cha" Date: Sat, 3 Feb 2024 02:29:13 +0900 Subject: [PATCH] =?UTF-8?q?[SearchPanel]=20=EC=A1=B0=EA=B1=B4=EB=B6=80=20?= =?UTF-8?q?=EB=A0=8C=EB=8D=94=EB=A7=81=20=EB=B0=A9=EC=8B=9D=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- com.twin.app.shoptime/src/views/SearchPanel/SearchPanel.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.twin.app.shoptime/src/views/SearchPanel/SearchPanel.jsx b/com.twin.app.shoptime/src/views/SearchPanel/SearchPanel.jsx index 0e0ce885..ecb72708 100644 --- a/com.twin.app.shoptime/src/views/SearchPanel/SearchPanel.jsx +++ b/com.twin.app.shoptime/src/views/SearchPanel/SearchPanel.jsx @@ -118,7 +118,7 @@ export default function SearchPanel() { onIconClick={() => handleSearchSubmit(searchQuery)} /> {searchPerformed ? ( - (searchDatas && themeDatas) || showDatas || itemDatas ? ( + Object.keys(searchDatas).length > 0 ? (