Skip to content

Commit

Permalink
[#46] chore - 필요없는 함수 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
nohgijin committed Jan 13, 2021
1 parent 627cd7a commit f0862e4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/CategoryPage/GoodsList/GoodsList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ function GoodsList({ popular }) {
case 'closing':
categoryData.sort(sortByClosing);
break;
case 'jjim':
categoryData.sort(sortByJjim);
break;
default:
categoryData.sort(sortByPercent);
}
Expand Down

0 comments on commit f0862e4

Please sign in to comment.