Blocking will prevent e-mail notifications from blocked user, blocks in UI
This commit is contained in:
@ -41,6 +41,8 @@ const StatusActionBar = React.createClass({
|
||||
<li><a href='#' onClick={this.handleDeleteClick}>Delete</a></li>
|
||||
</ul>
|
||||
);
|
||||
} else {
|
||||
menu = <ul />;
|
||||
}
|
||||
|
||||
return (
|
||||
|
Reference in New Issue
Block a user