From 4b7145dccdab458915f25d280ad1b29b2ebad845 Mon Sep 17 00:00:00 2001 From: "adeel.tajamul" Date: Fri, 22 Apr 2022 08:46:44 +0500 Subject: [PATCH] fix: post summary pinned bar --- src/discussions/posts/PostsView.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/discussions/posts/PostsView.jsx b/src/discussions/posts/PostsView.jsx index 52c1d60f..d904d25b 100644 --- a/src/discussions/posts/PostsView.jsx +++ b/src/discussions/posts/PostsView.jsx @@ -58,7 +58,7 @@ function PostsList({ posts, topics }) { // Add a spacing after the group of pinned posts return ( -
+
);