delint
This commit is contained in:
parent
0bb423fd5a
commit
37e568448d
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue