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); }