mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-10 02:15:11 +00:00
Remove creator local check from modding on comment-node
This commit is contained in:
parent
c7db597e3f
commit
fea6227258
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue