From 80db79e550910dfff2cf7f2c12390b5ffa407248 Mon Sep 17 00:00:00 2001 From: "junghoon86.park" Date: Tue, 25 Nov 2025 13:09:06 +0900 Subject: [PATCH] =?UTF-8?q?[=EC=84=9C=EC=B9=98=20=EC=9D=BC=EB=B0=98?= =?UTF-8?q?=EA=B2=80=EC=83=89]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 더미 데이터 제거. --- .../src/views/SearchPanel/SearchInputOverlay.jsx | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/com.twin.app.shoptime/src/views/SearchPanel/SearchInputOverlay.jsx b/com.twin.app.shoptime/src/views/SearchPanel/SearchInputOverlay.jsx index 2295c8c5..805d75a7 100644 --- a/com.twin.app.shoptime/src/views/SearchPanel/SearchInputOverlay.jsx +++ b/com.twin.app.shoptime/src/views/SearchPanel/SearchInputOverlay.jsx @@ -53,14 +53,7 @@ const SearchInputOverlay = ({ // 더미 데이터 - localStorage에 저장된 일반 검색어가 없을 경우에만 표시 const fallbackSearches = useMemo( - () => [ - 'Puppy food', - 'Dog toy', - "Mather's Day", - 'Gift', - 'Easter Day', - 'Royal Canin puppy food2', - 'Shark', + () => [ ], [] );