From 04ea3e13303ac2d118bb6e461c07ab89c5cf470b Mon Sep 17 00:00:00 2001 From: hyeseon han Date: Sat, 24 Feb 2024 11:48:57 +0900 Subject: [PATCH] =?UTF-8?q?hotfix:=20=EB=82=98=EB=88=94=20=EC=A1=B0?= =?UTF-8?q?=ED=9A=8C=20=EB=AA=A9=EB=A1=9D=20query=20parameter=20status=20?= =?UTF-8?q?=EA=B0=92=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/share/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/share/index.tsx b/src/pages/share/index.tsx index 8cc76e0..252a67f 100644 --- a/src/pages/share/index.tsx +++ b/src/pages/share/index.tsx @@ -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[] = [