From: Dessalines Date: Wed, 9 Sep 2020 00:48:17 +0000 (-0500) Subject: Add post, inbox, and user routes. X-Git-Url: http://these/git/%7BpictrsAvatarThumbnail%28this.state.siteRes.site.icon%29%7D?a=commitdiff_plain;h=95b74ad74c56754d9ebc456beb2c66ddef055705;p=lemmy-ui.git Add post, inbox, and user routes. --- diff --git a/src/shared/components/comment-node.tsx b/src/shared/components/comment-node.tsx index b9edcae..19c1bdc 100644 --- a/src/shared/components/comment-node.tsx +++ b/src/shared/components/comment-node.tsx @@ -202,7 +202,7 @@ export class CommentNode extends Component { }} /> • - + {node.comment.post_name} @@ -343,7 +343,7 @@ export class CommentNode extends Component { {!this.myComment && ( )} - {this.state.comments.length + this.state.posts.length > 0 && ( + {this.props.userRes.comments.length + this.props.userRes.posts.length > + 0 && (