From bdeb9cccc42a23ae8143a092a62dfffa4654d6ee Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Fri, 7 Feb 2020 15:34:45 +0000 Subject: [PATCH] Rename estimatedTargetDevice to targetDevice --- src/components/views/elements/crypto/VerificationQRCode.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {