Skip to content

Commit

Permalink
Use new Ban icon to indicate unauthorized users (#3487)
Browse files Browse the repository at this point in the history
* Use new Ban icon to indicate unauthorized users

* Replace new ban icon with crossout icon
  • Loading branch information
donker authored and valadas committed Jan 17, 2020
1 parent 6dac8c3 commit 995de46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ class DetailsRow extends Component {
hoverText = Localization.get("Deleted");
} else if (!user.authorized) {
statusClass = "grey";
statusIcon = SvgIcons.ShieldIcon;
statusIcon = SvgIcons.CrossOutIcon;
hoverText = Localization.get("UnAuthorized");
} else if (!user.hasAgreedToTerms) {
statusClass = "grey";
Expand Down

0 comments on commit 995de46

Please sign in to comment.