diff --git a/ui/src/components/post-listing.tsx b/ui/src/components/post-listing.tsx index d1acc46a6..9330f7b9d 100644 --- a/ui/src/components/post-listing.tsx +++ b/ui/src/components/post-listing.tsx @@ -73,12 +73,12 @@ export class PostListing extends Component { }
-
+
{post.url ? {post.name} : {post.name} } -
+ {post.url && {(new URL(post.url)).hostname}