From e6c88df0916f9e146ee4b4d3becede12b9ce7e97 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Mon, 31 Jan 2022 11:45:43 -0500 Subject: [PATCH] Forgot to remove testing line. --- src/shared/components/home/signup.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/shared/components/home/signup.tsx b/src/shared/components/home/signup.tsx index 3dca4676..14b6aa90 100644 --- a/src/shared/components/home/signup.tsx +++ b/src/shared/components/home/signup.tsx @@ -118,7 +118,6 @@ export class Signup extends Component { } get isLemmyMl(): boolean { - return true; return isBrowser() && window.location.hostname == "lemmy.ml"; }