diff --git a/src/views/board/board.tsx b/src/views/board/board.tsx index 290a5730..80b1ce95 100644 --- a/src/views/board/board.tsx +++ b/src/views/board/board.tsx @@ -168,19 +168,19 @@ const Board = () => { subplebbitAddress={postSubplebbitAddress} /> )} + {((description && description.length > 0) || isInAllView) && ( + + )} {feed.length !== 0 ? ( <> {rules && rules.length > 0 && } - {((description && description.length > 0) || isInAllView) && ( - - )}