0
0
Fork 0

Add a “Block & Report” button to the block confirmation dialog (#10360)

This commit is contained in:
ThibG 2019-03-26 17:34:02 +01:00 committed by Eugen Rochko
parent 0c46bd11aa
commit 6df4a82969
8 changed files with 44 additions and 6 deletions

View file

@ -139,7 +139,7 @@ class StatusActionBar extends ImmutablePureComponent {
}
handleBlockClick = () => {
this.props.onBlock(this.props.status.get('account'));
this.props.onBlock(this.props.status);
}
handleOpen = () => {