]> Untitled Git - lemmy-ui.git/commitdiff
Remove creator local check from modding on comment-node
authorDessalines <tyhou13@gmx.com>
Thu, 25 Mar 2021 15:47:31 +0000 (11:47 -0400)
committerDessalines <tyhou13@gmx.com>
Thu, 25 Mar 2021 15:47:31 +0000 (11:47 -0400)
src/shared/components/comment-node.tsx

index c6ba1a5df4f5bf8a5c175b53f2965f79632c5ec3..a5a273311d739001b01c625c8a225a5b74d2406d 100644 (file)
@@ -462,7 +462,6 @@ export class CommentNode extends Component<CommentNodeProps, CommentNodeState> {
                                   </button>
                                 ))}
                               {!cv.creator_banned_from_community &&
-                                cv.creator.local &&
                                 (!this.state.showConfirmAppointAsMod ? (
                                   <button
                                     class="btn btn-link btn-animate text-muted"