From f0862e4612875a96e369f9dcbbbb1cf89fcb537e Mon Sep 17 00:00:00 2001 From: nohgijin Date: Wed, 13 Jan 2021 10:36:44 +0900 Subject: [PATCH] =?UTF-8?q?[#46]=20chore=20-=20=ED=95=84=EC=9A=94=EC=97=86?= =?UTF-8?q?=EB=8A=94=20=ED=95=A8=EC=88=98=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CategoryPage/GoodsList/GoodsList.jsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/components/CategoryPage/GoodsList/GoodsList.jsx b/src/components/CategoryPage/GoodsList/GoodsList.jsx index b567124..43d005a 100644 --- a/src/components/CategoryPage/GoodsList/GoodsList.jsx +++ b/src/components/CategoryPage/GoodsList/GoodsList.jsx @@ -48,9 +48,6 @@ function GoodsList({ popular }) { case 'closing': categoryData.sort(sortByClosing); break; - case 'jjim': - categoryData.sort(sortByJjim); - break; default: categoryData.sort(sortByPercent); }