mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 05:55:00 +08:00
delint
This commit is contained in:
parent
0bb423fd5a
commit
37e568448d
@ -191,7 +191,7 @@ export default class VerificationPanel extends React.PureComponent {
|
||||
case PHASE_CANCELLED:
|
||||
return this.renderCancelledPhase();
|
||||
}
|
||||
console.error("VerificationPanel unhandled phase:", phase)
|
||||
console.error("VerificationPanel unhandled phase:", phase);
|
||||
return null;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user