This commit is contained in:
Michael Telatynski 2020-01-29 08:08:52 +00:00
parent 0bb423fd5a
commit 37e568448d

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