Skip to content

Commit

Permalink
Merge pull request #1377 from 42organization/1358-feat-party-detail-r…
Browse files Browse the repository at this point in the history
…oom의-css-변경

[Fix] share URL
  • Loading branch information
contemplation-person authored Apr 8, 2024
2 parents a7d859c + 0ee99e9 commit b5a300a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/party/roomDetail/PartyDetailButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit b5a300a

Please sign in to comment.