From 084b4b039ede8ed1503c47585013e59d6e81d617 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Wed, 11 May 2022 12:06:03 -0400 Subject: [PATCH] Removing redundant choose and join. --- src/shared/components/instances.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/shared/components/instances.tsx b/src/shared/components/instances.tsx index 24e3adc..9610cf3 100644 --- a/src/shared/components/instances.tsx +++ b/src/shared/components/instances.tsx @@ -52,11 +52,7 @@ export class Instances extends Component {
-

{i18n.t("lemmy_servers")}

- {this.header()} -
-
-

{i18n.t("choose_and_join")}

+

{header}

{instances.map(i => (