Add a “Block & Report” button to the block confirmation dialog (#10360)
This commit is contained in:
@ -92,7 +92,7 @@ class ActionBar extends React.PureComponent {
|
||||
}
|
||||
|
||||
handleBlockClick = () => {
|
||||
this.props.onBlock(this.props.status.get('account'));
|
||||
this.props.onBlock(this.props.status);
|
||||
}
|
||||
|
||||
handleReport = () => {
|
||||
|
Reference in New Issue
Block a user