From ebce625288a7681e537b6c298cd46aeabfba0847 Mon Sep 17 00:00:00 2001 From: Saebom Date: Wed, 21 Jan 2026 02:06:04 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EC=B9=B4=EC=B9=B4=EC=98=A4=ED=86=A1=20?= =?UTF-8?q?=EA=B3=B5=EC=9C=A0=20=EB=A9=94=EC=8B=9C=EC=A7=80=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD=20(#167)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/wishpool/(viewer)/[id]/invite/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/wishpool/(viewer)/[id]/invite/page.tsx b/src/app/wishpool/(viewer)/[id]/invite/page.tsx index 1fc4bbc..bb1e0e7 100644 --- a/src/app/wishpool/(viewer)/[id]/invite/page.tsx +++ b/src/app/wishpool/(viewer)/[id]/invite/page.tsx @@ -16,11 +16,11 @@ const getOrigin = () => { }; const InvitePage = () => { - const content = 'invite' as ShareSectionType; + const content = 'share' as ShareSectionType; const chosenUrl = useGetChosenUrl(); const origin = getOrigin(); - const inviteUrl = `${origin}${PATH.PICK_INVITE}?chosenUrl=${chosenUrl}`; + const shareUrl = `${origin}${PATH.PICK_INVITE}?chosenUrl=${chosenUrl}`; const wishpoolId = useGetWishpoolId(); const { data: wishpool } = useGetWishpoolDetail(wishpoolId); @@ -50,7 +50,7 @@ const InvitePage = () => {