[Glitch] Add a “Block & Report” button to the block confirmation dialog

Port 6df4a82969 to glitch-soc
This commit is contained in:
ThibG
2019-03-26 17:34:02 +01:00
committed by Thibaut Girka
parent fae53e1a39
commit 9e80b34a95
8 changed files with 44 additions and 6 deletions

View File

@ -98,7 +98,7 @@ export default class ActionBar extends React.PureComponent {
}
handleBlockClick = () => {
this.props.onBlock(this.props.status.get('account'));
this.props.onBlock(this.props.status);
}
handleReport = () => {