From 177c462b40edd2e9eb7da0d1052f4a82f492dfce Mon Sep 17 00:00:00 2001 From: Dessalines Date: Fri, 14 Feb 2020 10:02:37 -0500 Subject: [PATCH] Making links go to post page. --- ui/src/components/post-listing.tsx | 25 +++++++------------------ 1 file changed, 7 insertions(+), 18 deletions(-) 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 && (