You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-05 23:10:41 +03:00
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