diff --git a/ui/src/components/main.tsx b/ui/src/components/main.tsx index 91d56cc0c..a21be2504 100644 --- a/ui/src/components/main.tsx +++ b/ui/src/components/main.tsx @@ -315,7 +315,7 @@ export class Main extends Component { paginator() { return ( -
+
{this.state.page > 1 && } diff --git a/ui/src/components/post-listing.tsx b/ui/src/components/post-listing.tsx index 4bc07a04f..d1acc46a6 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() :