Skip to content

Commit

Permalink
stop User: from showing on CCI revs
Browse files Browse the repository at this point in the history
  • Loading branch information
ChlodAlejandro committed Oct 19, 2022
1 parent 874b68a commit 7dfb394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/root/DeputyChangesListElements.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export function ChangesListUser( { user }: { user: string } ) {
userPage.getPrefixedDb()
) }
title={ userPage.getPrefixedText() }
>{ userPage.getPrefixedText() }</a> <span
>{ userPage.getNameText() }</a> <span
class="mw-usertoollinks mw-changeslist-links"
><span><a
class="mw-usertoollinks-talk"
Expand Down

0 comments on commit 7dfb394

Please sign in to comment.