We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dcb1e7 commit 8645c23Copy full SHA for 8645c23
apps/profile/src/pages/ProfilePage/index.tsx
@@ -33,10 +33,6 @@ const ProfilePage = () => {
33
34
const { data: profile } = useUserByUserCodeV2(userCode as string);
35
36
- const getPreviewLink = (showId: number) => {
37
- return `${window.location.origin}/show/${showId}`;
38
- };
39
-
40
useEffect(() => {
41
const mediaQuery = window.matchMedia('(min-width: 1024px)');
42
setIsDesktop(mediaQuery.matches);
0 commit comments