From: Dessalines Date: Sat, 24 Aug 2019 06:58:26 +0000 (-0700) Subject: Fixing post listing rows. X-Git-Url: http://these/git/?a=commitdiff_plain;h=2f52d0a14fbcaa5d063c4a9e676d4e79267d9997;p=lemmy.git Fixing post listing rows. --- 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 ( -
+