diff --git a/web/components/groups/group-overview-post.tsx b/web/components/groups/group-overview-post.tsx
index 9f9dd399..01ca13ba 100644
--- a/web/components/groups/group-overview-post.tsx
+++ b/web/components/groups/group-overview-post.tsx
@@ -121,7 +121,7 @@ function RichEditGroupAboutPost(props: { group: Group; post: Post | null }) {
deleteGroupAboutPost()
}}
>
-
+
diff --git a/web/pages/post/[...slugs]/index.tsx b/web/pages/post/[...slugs]/index.tsx
index aab75eab..beaff445 100644
--- a/web/pages/post/[...slugs]/index.tsx
+++ b/web/pages/post/[...slugs]/index.tsx
@@ -207,25 +207,20 @@ export function RichEditPost(props: { post: Post }) {
>
) : (
- <>
-
-
-
-
-
-
-
-
- >
+
+
+
+
+
+
)
}