From d7ae04dd16fcc15a80e25320cb84e22f88a16d2e Mon Sep 17 00:00:00 2001 From: Dessalines Date: Wed, 24 Apr 2019 10:42:57 -0700 Subject: [PATCH] Image thumbnail click now expands here. --- ui/src/components/post-listing.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/components/post-listing.tsx b/ui/src/components/post-listing.tsx index e0ddd3105..e163717ec 100644 --- a/ui/src/components/post-listing.tsx +++ b/ui/src/components/post-listing.tsx @@ -67,7 +67,7 @@ export class PostListing extends Component { {post.url && isImage(post.url) && - + }
{post.url