X-Git-Url: http://these/git/?a=blobdiff_plain;f=ui%2Fsrc%2Fcomponents%2Fsidebar.tsx;fp=ui%2Fsrc%2Fcomponents%2Fsidebar.tsx;h=4b317aaa29880c957072d38945e019279658eb5c;hb=1336b4ed6023e7fcf0fd40be63569966ee4b1b45;hp=0f4a0e10d8f262cdbd900b43a96b9a4a27bdaa02;hpb=f040dac647d50c97e3f9ab8058563a7fe0f29261;p=lemmy.git diff --git a/ui/src/components/sidebar.tsx b/ui/src/components/sidebar.tsx index 0f4a0e10..4b317aaa 100644 --- a/ui/src/components/sidebar.tsx +++ b/ui/src/components/sidebar.tsx @@ -15,6 +15,7 @@ import { showAvatars, } from '../utils'; import { CommunityForm } from './community-form'; +import { UserListing } from './user-listing'; import { i18n } from '../i18next'; interface SidebarProps { @@ -110,8 +111,9 @@ export class Sidebar extends Component { } > @@ -204,27 +206,19 @@ export class Sidebar extends Component {
  • {i18n.t('mods')}:
  • {this.props.moderators.map(mod => (
  • - - {mod.avatar && showAvatars() && ( - - )} - {mod.user_name} - +
  • ))} {i18n.t('create_a_post')}