Updated with User-Status-Refactor API - User Detail Updated

This commit is contained in:
Belen Curcio
2017-12-11 09:10:50 -03:00
parent 26abd02032
commit e66e23bbf6
3 changed files with 23 additions and 13 deletions
@@ -176,7 +176,7 @@ class UserDetail extends React.Component {
</ActionsMenu>
}
{banned || suspended && <UserInfoTooltip user={user} banned={banned} suspended={suspended} />}
{(banned || suspended) && <UserInfoTooltip user={user} banned={banned} suspended={suspended} />}
<div>
<ul className={styles.userDetailList}>