Add a “Block & Report” button to the block confirmation dialog (#10360)
This commit is contained in:
parent
0c46bd11aa
commit
6df4a82969
8 changed files with 44 additions and 6 deletions
|
@ -139,7 +139,7 @@ class StatusActionBar extends ImmutablePureComponent {
|
|||
}
|
||||
|
||||
handleBlockClick = () => {
|
||||
this.props.onBlock(this.props.status.get('account'));
|
||||
this.props.onBlock(this.props.status);
|
||||
}
|
||||
|
||||
handleOpen = () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue