Skip to content

Commit

Permalink
hotfix: 나눔 조회 목록 query parameter status 값 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeseon-han committed Feb 24, 2024
1 parent c2a4313 commit 04ea3e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/share/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { useObserver } from '@/hooks/useObserver';
const TABS: TabLabel[] = [
{ label: '나눔 신청', value: 'SHARE_START' },
{ label: '나눔 중', value: 'SHARE_IN_PROGRESS' },
{ label: '나눔 완료', value: 'SHARE_END' },
{ label: '나눔 완료', value: 'SHARE_COMPLETE' },
];

const SORT_TYPES: SortLabel[] = [
Expand Down

0 comments on commit 04ea3e1

Please sign in to comment.