mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-02 07:27:04 +00:00
fix-style (#2504)
This commit is contained in:
@@ -49,10 +49,10 @@ class AddReviewerDialog extends React.Component {
|
||||
obj.value = res.data.users[i].name;
|
||||
obj.email = res.data.users[i].email;
|
||||
obj.label =
|
||||
<div>
|
||||
<React.Fragment>
|
||||
<img src={res.data.users[i].avatar_url} className="avatar reviewer-select-avatar" alt=""/>
|
||||
<span className='reviewer-select-name'>{res.data.users[i].name}</span>
|
||||
</div>;
|
||||
</React.Fragment>;
|
||||
that.Options.push(obj);
|
||||
}
|
||||
callback(this.Options);
|
||||
|
Reference in New Issue
Block a user