@@ -18,6 +18,9 @@ const DigitalTwin = (props) => {
|
||||
|
||||
return (
|
||||
<div>
|
||||
{!battery && !doors && !location && !windows && (
|
||||
<p>No vehicle data to display.</p>
|
||||
)}
|
||||
{battery != null && keyValueTemplate("Battery", `${battery.percent}%`)}
|
||||
{doors != null && (
|
||||
<div className={classes.popupSection}>
|
||||
|
||||
Reference in New Issue
Block a user