pull/21833/head
Michael Telatynski 2020-01-29 08:08:52 +00:00
parent 0bb423fd5a
commit 37e568448d
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}