mirror of https://github.com/vector-im/riot-web
delint
parent
0bb423fd5a
commit
37e568448d
|
@ -191,7 +191,7 @@ export default class VerificationPanel extends React.PureComponent {
|
||||||
case PHASE_CANCELLED:
|
case PHASE_CANCELLED:
|
||||||
return this.renderCancelledPhase();
|
return this.renderCancelledPhase();
|
||||||
}
|
}
|
||||||
console.error("VerificationPanel unhandled phase:", phase)
|
console.error("VerificationPanel unhandled phase:", phase);
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue