From: Felix Ableitner Date: Mon, 22 Mar 2021 13:18:46 +0000 (+0100) Subject: Allow adding and removing remote mods X-Git-Url: http://these/git/?a=commitdiff_plain;ds=sidebyside;h=c7db597e3fc2422255a85e473295f4f32cab11d9;p=lemmy-ui.git Allow adding and removing remote mods --- diff --git a/src/shared/components/post-listing.tsx b/src/shared/components/post-listing.tsx index 1e96961..2c08597 100644 --- a/src/shared/components/post-listing.tsx +++ b/src/shared/components/post-listing.tsx @@ -772,8 +772,7 @@ export class PostListing extends Component { {i18n.t("unban")} ))} - {!post_view.creator_banned_from_community && - post_view.creator.local && ( + {!post_view.creator_banned_from_community && (