From: Dessalines Date: Fri, 14 Feb 2020 15:02:37 +0000 (-0500) Subject: Making links go to post page. X-Git-Url: http://these/git/?a=commitdiff_plain;h=177c462b40edd2e9eb7da0d1052f4a82f492dfce;p=lemmy.git Making links go to post page. --- 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 && (