From 2f52d0a14fbcaa5d063c4a9e676d4e79267d9997 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Fri, 23 Aug 2019 23:58:26 -0700 Subject: [PATCH] Fixing post listing rows. --- ui/src/components/post-listing.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/components/post-listing.tsx b/ui/src/components/post-listing.tsx index 883d8a53..0b9cc3e1 100644 --- a/ui/src/components/post-listing.tsx +++ b/ui/src/components/post-listing.tsx @@ -46,7 +46,7 @@ export class PostListing extends Component { render() { return ( -
+
{!this.state.showEdit ? this.listing() : @@ -58,7 +58,7 @@ export class PostListing extends Component { listing() { let post = this.props.post; return ( -
+