Rename estimatedTargetDevice to targetDevice

This commit is contained in:
Travis Ralston 2020-02-07 15:34:45 +00:00
parent 724cff6a2e
commit bdeb9cccc4

View file

@ -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 = {