Skip to content

Commit

Permalink
[#46] fix - 메인페이지, 카테고리페이지에서 navigation을 공유하여 스타
Browse files Browse the repository at this point in the history
일이 초기화 안되는 문제 해결
  • Loading branch information
OMEGA-Y committed Jan 13, 2021
1 parent 68783ef commit 7f46f7d
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 7f46f7d

Please sign in to comment.