pr feedback

This commit is contained in:
Bruno Windels 2020-01-17 17:02:31 +01:00
parent a73b7229a7
commit 716c8ba68f
3 changed files with 2 additions and 3 deletions

View file

@ -45,7 +45,6 @@ export default class MKeyVerificationRequest extends React.Component {
_openRequest = () => {
const {verificationRequest} = this.props.mxEvent;
dis.dispatch({action: "show_right_panel"});
dis.dispatch({
action: "set_right_panel_phase",
phase: RIGHT_PANEL_PHASES.EncryptionPanel,