Rename estimatedTargetDevice to targetDevice
This commit is contained in:
parent
724cff6a2e
commit
bdeb9cccc4
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ export default class VerificationQRCode extends React.PureComponent {
|
||||||
const myUserId = cli.getUserId();
|
const myUserId = cli.getUserId();
|
||||||
const otherUserId = verificationRequest.otherUserId;
|
const otherUserId = verificationRequest.otherUserId;
|
||||||
const myDeviceId = cli.getDeviceId();
|
const myDeviceId = cli.getDeviceId();
|
||||||
const otherDevice = verificationRequest.estimatedTargetDevice;
|
const otherDevice = verificationRequest.targetDevice;
|
||||||
const otherDeviceId = otherDevice ? otherDevice.deviceId : null;
|
const otherDeviceId = otherDevice ? otherDevice.deviceId : null;
|
||||||
|
|
||||||
const qrProps = {
|
const qrProps = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue