diff --git a/src/components/views/elements/crypto/VerificationQRCode.js b/src/components/views/elements/crypto/VerificationQRCode.js index f9fea2dc78..61177cb833 100644 --- a/src/components/views/elements/crypto/VerificationQRCode.js +++ b/src/components/views/elements/crypto/VerificationQRCode.js @@ -47,7 +47,7 @@ export default class VerificationQRCode extends React.PureComponent { const myUserId = cli.getUserId(); const otherUserId = verificationRequest.otherUserId; const myDeviceId = cli.getDeviceId(); - const otherDevice = verificationRequest.estimatedTargetDevice; + const otherDevice = verificationRequest.targetDevice; const otherDeviceId = otherDevice ? otherDevice.deviceId : null; const qrProps = {