1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-14 19:02:33 +03:00

fix proptype typo

This commit is contained in:
Bruno Windels
2020-04-01 09:42:24 +02:00
parent 00b1afe0fa
commit fd04f248c4

View File

@@ -23,7 +23,7 @@ import * as QRCode from "qrcode";
@replaceableComponent("views.elements.crypto.VerificationQRCode")
export default class VerificationQRCode extends React.PureComponent {
static propTypes = {
qrCodeData: PropTypes.Object.isRequired,
qrCodeData: PropTypes.object.isRequired,
};
constructor(props) {