Skip to content

Commit

Permalink
chore: 특이사항 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
bottlewook committed Mar 4, 2024
1 parent b2f1bde commit 7976868
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/favorite/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const cx = classNames.bind(styles);

const options = [
{ label: '조회순', value: 'viewCnt-order' },
{ label: '위반제품순', value: 'violation-products' },
{ label: '특이사항', value: 'violation-products' },
{ label: '최신순', value: 'recent-order' },
{ label: '추천순', value: 'recommend-order' },
];
Expand Down
2 changes: 1 addition & 1 deletion src/app/search/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const cx = classNames.bind(styles);

const options = [
{ label: '조회순', value: 'viewCnt-order' },
{ label: '위반제품순', value: 'violation-products' },
{ label: '특이사항', value: 'violation-products' },
{ label: '최신순', value: 'recent-order' },
{ label: '추천순', value: 'recommend-order' },
];
Expand Down

0 comments on commit 7976868

Please sign in to comment.