diff --git a/ui/src/components/post-listings.tsx b/ui/src/components/post-listings.tsx index 5dd627391..2bbbea81c 100644 --- a/ui/src/components/post-listings.tsx +++ b/ui/src/components/post-listings.tsx @@ -21,7 +21,8 @@ export class PostListings extends Component { {this.props.posts.length > 0 ? this.props.posts.map(post => <> -
+
+
) : <>