From 5e0653ac310a8de9e0c18a2f07b806ef1decfb85 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 e0ddd310..e163717e 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