mirror of
https://github.com/wassname/talk.git
synced 2026-09-11 12:51:33 +08:00
Updated with User-Status-Refactor API - User Detail Updated
This commit is contained in:
@@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user