mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 18:25:49 +03:00
Appease the linter
This commit is contained in:
parent
b682e7d908
commit
0ce9da5d36
1 changed files with 1 additions and 1 deletions
|
@ -50,6 +50,6 @@ export default class VerificationQRCode extends React.PureComponent {
|
|||
|
||||
const uri = `https://matrix.to/#/${this.props.keyholderUserId}?${qs.stringify(query)}`;
|
||||
|
||||
return <QRCode value={uri} size={256} logoWidth={48} logo={require("../../../../../res/img/matrix-m.svg")} />
|
||||
return <QRCode value={uri} size={256} logoWidth={48} logo={require("../../../../../res/img/matrix-m.svg")} />;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue