From 5932fadc3a3e9aa39213a2463ae4a960146bc235 Mon Sep 17 00:00:00 2001 From: Alec Armbruster Date: Sun, 11 Jun 2023 10:06:10 -0400 Subject: [PATCH] make suggested change --- src/shared/components/comment/comment-node.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/shared/components/comment/comment-node.tsx b/src/shared/components/comment/comment-node.tsx index cd16c6b..45ec5a2 100644 --- a/src/shared/components/comment/comment-node.tsx +++ b/src/shared/components/comment/comment-node.tsx @@ -240,11 +240,7 @@ export class CommentNode extends Component { aria-label={this.expandText} data-tippy-content={this.expandText} > - {this.state.collapsed ? ( - - ) : ( - - )} + -- 2.44.1