From e9125585687bb8b8af6e8bacd797cdd9150710ba Mon Sep 17 00:00:00 2001 From: Chris Holder Date: Tue, 1 Oct 2024 12:32:36 -0500 Subject: [PATCH] Move comment input in reader-full-post view above related posts (#95068) --- client/blocks/reader-full-post/index.jsx | 36 ++++++++++++------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/client/blocks/reader-full-post/index.jsx b/client/blocks/reader-full-post/index.jsx index 16b638e6c97b2..2c5ec76bd8498 100644 --- a/client/blocks/reader-full-post/index.jsx +++ b/client/blocks/reader-full-post/index.jsx @@ -635,6 +635,24 @@ export class FullPostView extends Component { { ! isLoading && } +
+ { shouldShowComments( post ) && ( + + ) } +
+ { showRelatedPosts && ( ) } -
- { shouldShowComments( post ) && ( - - ) } -
- { showRelatedPosts && (