]> Untitled Git - lemmy-ui.git/commitdiff
Forgot to remove testing line. (#565)
authorDessalines <dessalines@users.noreply.github.com>
Wed, 2 Feb 2022 14:53:31 +0000 (09:53 -0500)
committerGitHub <noreply@github.com>
Wed, 2 Feb 2022 14:53:31 +0000 (09:53 -0500)
src/shared/components/home/signup.tsx

index 3dca46767aad7fecca10f9c1b02397233e1c09ad..14b6aa90f9fb2d558a7ee0cfb7b9de3319bce9e7 100644 (file)
@@ -118,7 +118,6 @@ export class Signup extends Component<any, State> {
   }
 
   get isLemmyMl(): boolean {
-    return true;
     return isBrowser() && window.location.hostname == "lemmy.ml";
   }