1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-05 23:10:41 +03:00

Update propTypes and remove todo

This commit is contained in:
Michael Telatynski
2020-01-28 17:14:48 +00:00
parent c93b080434
commit 58df4127d3
2 changed files with 5 additions and 3 deletions

View File

@@ -39,7 +39,6 @@ export default class VerificationPanel extends React.PureComponent {
renderQRPhase(pending) {
const {member, request} = this.props;
// TODO change the button into a spinner when on click
const AccessibleButton = sdk.getComponent('elements.AccessibleButton');
let button;