From 06c17b4fb48037c4a3436cffc0676228d3d7592a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9B=90=EB=8D=94?= Date: Tue, 9 Feb 2021 19:40:58 +0900 Subject: [PATCH] fix: search box lightmode performance issue close: https://github.com/koreanbots/v2-testing/issues/51 --- components/Search.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Search.tsx b/components/Search.tsx index b40b891..227f2ef 100644 --- a/components/Search.tsx +++ b/components/Search.tsx @@ -35,7 +35,7 @@ const Search = (): JSX.Element => {
-
+
    { data && data.code === 200 && data.data ? data.data.data.length === 0 ?
  • 검색 결과가 없습니다.
  • :