diff --git a/ui/src/components/post-listing.tsx b/ui/src/components/post-listing.tsx index 1e728901..4dea4d86 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 && (