diff --git a/web/src/pages/MemoDetail.tsx b/web/src/pages/MemoDetail.tsx
index acc843247..aaba44ab1 100644
--- a/web/src/pages/MemoDetail.tsx
+++ b/web/src/pages/MemoDetail.tsx
@@ -99,6 +99,18 @@ const MemoDetail = () => {
{t("memo.comment.self")}
+ {showCommentEditor && (
+
+ setShowCommentEditor(false)}
+ />
+
+ )}
{comments.length === 0 ? (
showCreateCommentButton && (
@@ -134,18 +146,6 @@ const MemoDetail = () => {
>
)}
- {showCommentEditor && (
-
- setShowCommentEditor(false)}
- />
-
- )}
{md && (