diff --git a/src/components/structures/LegacyCommunityPreview.tsx b/src/components/structures/LegacyCommunityPreview.tsx
index 92aea8bb7d..32bafeb3fa 100644
--- a/src/components/structures/LegacyCommunityPreview.tsx
+++ b/src/components/structures/LegacyCommunityPreview.tsx
@@ -28,7 +28,6 @@ import { linkifyElement } from "../../HtmlUtils";
import defaultDispatcher from "../../dispatcher/dispatcher";
import { Action } from "../../dispatcher/actions";
import { UserTab } from "../views/dialogs/UserSettingsDialog";
-import MainSplit from './MainSplit';
interface IProps {
groupId: string;
@@ -49,11 +48,11 @@ const LegacyCommunityPreview = ({ groupId }: IProps) => {
if (!groupSummary) {
return
-
+
;
}
@@ -70,7 +69,7 @@ const LegacyCommunityPreview = ({ groupId }: IProps) => {
return
-
+
-
+
;
};