diff --git a/ui/src/components/post-listing.tsx b/ui/src/components/post-listing.tsx index 1e7289013..4dea4d86c 100644 --- a/ui/src/components/post-listing.tsx +++ b/ui/src/components/post-listing.tsx @@ -171,24 +171,13 @@ export class PostListing extends Component {
- {post.url ? ( - - {post.name} - - ) : ( - - {post.name} - - )} + + {post.name} +
{post.url && (