diff --git a/packages/sanity/src/desk/comments/plugin/document-layout/CommentsDocumentLayout.tsx b/packages/sanity/src/desk/comments/plugin/document-layout/CommentsDocumentLayout.tsx
index 5a3f3e16323..80b62405698 100644
--- a/packages/sanity/src/desk/comments/plugin/document-layout/CommentsDocumentLayout.tsx
+++ b/packages/sanity/src/desk/comments/plugin/document-layout/CommentsDocumentLayout.tsx
@@ -36,15 +36,13 @@ function CommentsDocumentLayoutInner(props: DocumentLayoutProps) {
}
return (
-
-
- {props.renderDefault(props)}
-
-
+
+ {props.renderDefault(props)}
+
)
}