diff --git a/app/components/AllowConnectionForDeviceAlert.tsx b/app/components/AllowConnectionForDeviceAlert.tsx index d6fe17b..4f8b9fb 100644 --- a/app/components/AllowConnectionForDeviceAlert.tsx +++ b/app/components/AllowConnectionForDeviceAlert.tsx @@ -32,7 +32,7 @@ export default function AllowConnectionForDeviceAlert( {`Device IP: `} - {device?.deviceIp} + {device?.deviceIP} @@ -43,12 +43,12 @@ export default function AllowConnectionForDeviceAlert( - {`Device OS: ${device?.deviceOs}`} + {`Device OS: ${device?.deviceOS}`} - {`session ID: ${device?.sessionId}`} + {`session ID: ${device?.sharingSessionID}`} diff --git a/app/components/ConnectedDevicesListDrawer.tsx b/app/components/ConnectedDevicesListDrawer.tsx index eeccf17..dc966b4 100644 --- a/app/components/ConnectedDevicesListDrawer.tsx +++ b/app/components/ConnectedDevicesListDrawer.tsx @@ -165,11 +165,11 @@ export default function ConnectedDevicesListDrawer( > - {device.deviceIp} + {device.deviceIP} {device.deviceType} - {device.deviceOs} - {device.sessionId} + {device.deviceOS} + {device.sharingSessionID}