@@ -185,16 +185,7 @@ const Component = () => {
|
||||
{carState ? (
|
||||
<VehiclePopUp
|
||||
key={carState.vin}
|
||||
vin={carState.vin}
|
||||
online={carState.online}
|
||||
onlineHMI={carState.online_hmi}
|
||||
battery={carState.battery}
|
||||
doors={carState.doors}
|
||||
location={carState.location}
|
||||
windows={carState.windows}
|
||||
trex_version={carState.trex_version}
|
||||
ip={carState.ip}
|
||||
updated={carState.updated}
|
||||
{...carState}
|
||||
className={classes.popup}
|
||||
onClose={handleClose}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user