mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 21:24:59 +08:00
fix proptype typo
This commit is contained in:
parent
00b1afe0fa
commit
fd04f248c4
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user