From: Dessalines Date: Fri, 18 Nov 2022 01:58:43 +0000 (-0500) Subject: Show deleted on profile page. Fixes #834 (#859) X-Git-Url: http://these/git/%7B%60%24%7BrepoUrl%7D?a=commitdiff_plain;h=927702625ab5360377ad0eb679081bb31b4c7306;p=lemmy-ui.git Show deleted on profile page. Fixes #834 (#859) --- diff --git a/src/shared/components/person/profile.tsx b/src/shared/components/person/profile.tsx index 94d014b..7f677f2 100644 --- a/src/shared/components/person/profile.tsx +++ b/src/shared/components/person/profile.tsx @@ -429,6 +429,11 @@ export class Profile extends Component { {i18n.t("banned")} )} + {pv.person.deleted && ( +
  • + {i18n.t("deleted")} +
  • + )} {pv.person.admin && (
  • {i18n.t("admin")}