Skip to content

Commit

Permalink
Show deleted on profile page. Fixes #834
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Nov 18, 2022
1 parent b8755f8 commit b0ef8a1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/shared/components/person/profile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,11 @@ export class Profile extends Component<any, ProfileState> {
{i18n.t("banned")}
</li>
)}
{pv.person.deleted && (
<li className="list-inline-item badge badge-danger">
{i18n.t("deleted")}
</li>
)}
{pv.person.admin && (
<li className="list-inline-item badge badge-light">
{i18n.t("admin")}
Expand Down

0 comments on commit b0ef8a1

Please sign in to comment.