Merge branch 'main' into fix/wider-max-width-1536
This commit is contained in:
commit
eef3ac41d3
3 changed files with 5 additions and 4 deletions
|
@ -396,7 +396,7 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
|
|||
const post_view = this.postView;
|
||||
return (
|
||||
<span className="small">
|
||||
<PersonListing person={post_view.creator} muted={true} />
|
||||
<PersonListing person={post_view.creator} />
|
||||
{this.creatorIsMod_ && (
|
||||
<span className="mx-1 badge text-bg-light">
|
||||
{I18NextService.i18n.t("mod")}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue