Skip to content

Commit 8645c23

Browse files
committed
fix: build 오류 제거
1 parent 4dcb1e7 commit 8645c23

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

apps/profile/src/pages/ProfilePage/index.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ const ProfilePage = () => {
3333

3434
const { data: profile } = useUserByUserCodeV2(userCode as string);
3535

36-
const getPreviewLink = (showId: number) => {
37-
return `${window.location.origin}/show/${showId}`;
38-
};
39-
4036
useEffect(() => {
4137
const mediaQuery = window.matchMedia('(min-width: 1024px)');
4238
setIsDesktop(mediaQuery.matches);

0 commit comments

Comments
 (0)