From: Dessalines Date: Wed, 2 Feb 2022 14:53:31 +0000 (-0500) Subject: Forgot to remove testing line. (#565) X-Git-Url: http://these/git/%7BmarkdownHelpUrl%7D?a=commitdiff_plain;h=ea33553f65a576f13b90ec6b1be93c53a8e24f3c;p=lemmy-ui.git Forgot to remove testing line. (#565) --- diff --git a/src/shared/components/home/signup.tsx b/src/shared/components/home/signup.tsx index 3dca467..14b6aa9 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"; }