From 0f42c8bb951752e8863caba8f16d15bb04d7b428 Mon Sep 17 00:00:00 2001 From: ilya-bkv Date: Sat, 11 Feb 2023 14:33:32 +0300 Subject: [PATCH] [hotfix] remove hardcode link --- src/components/Pages/profile/ProfileSettingsPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Pages/profile/ProfileSettingsPage.tsx b/src/components/Pages/profile/ProfileSettingsPage.tsx index ba3becf9..139ae3f1 100644 --- a/src/components/Pages/profile/ProfileSettingsPage.tsx +++ b/src/components/Pages/profile/ProfileSettingsPage.tsx @@ -77,7 +77,7 @@ export const ProfileSettingsPage = () => { }) } - const [hostname, setHostname] = createSignal('new.discours.io') + const [hostname, setHostname] = createSignal(null) onMount(() => setHostname(window?.location.host)) return (