delint
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user