mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
Rename estimatedTargetDevice to targetDevice
This commit is contained in:
parent
724cff6a2e
commit
bdeb9cccc4
@ -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 = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user