From 0eb62c073755095bbb2cdd45781df748bf11d63d Mon Sep 17 00:00:00 2001 From: juha Date: Mon, 8 Apr 2024 21:54:00 +0900 Subject: [PATCH] =?UTF-8?q?[Fix]=20share=20=EB=B2=84=ED=8A=BC=20url=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/party/roomDetail/PartyDetailButton.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/party/roomDetail/PartyDetailButton.tsx b/components/party/roomDetail/PartyDetailButton.tsx index 4271929e9..927d69e56 100644 --- a/components/party/roomDetail/PartyDetailButton.tsx +++ b/components/party/roomDetail/PartyDetailButton.tsx @@ -81,8 +81,8 @@ function ReportNoShow({ roomId, userIntraId }: ParytButtonProps) { function ShareRoom() { const setSnackbar = useSetRecoilState(toastState); - const shareUrl = `${process.env.NEXT_PUBLIC_CLIENT_ENDPOINT}${ - useRouter().asPath + const shareUrl = `${ + process.env.NEXT_PUBLIC_CLIENT_ENDPOINT + useRouter().asPath }`; return (