aboutsummaryrefslogtreecommitdiff
path: root/src/main/DeviceRow.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/DeviceRow.jsx')
-rw-r--r--src/main/DeviceRow.jsx3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main/DeviceRow.jsx b/src/main/DeviceRow.jsx
index bf0103cc..d9357c9d 100644
--- a/src/main/DeviceRow.jsx
+++ b/src/main/DeviceRow.jsx
@@ -114,8 +114,7 @@ const DeviceRow = ({ data, index, style }) => {
}
return (
<>
- {deviceSecondary && item[deviceSecondary] && `${item[deviceSecondary]} • `}
- <span className={classes[getStatusColor(item.status)]}>{status}</span>
+ {deviceSecondary && item[deviceSecondary] && item[deviceSecondary]}
{/* RATIONALE: clients want more info in the list */}
{position && positionItems.split(',').filter((key) => position.hasOwnProperty(key) || position.attributes.hasOwnProperty(key)).map((key) => (
<AttrItem