Fixed metrics display.
This commit is contained in:
@@ -9,7 +9,7 @@ export default function DevicesTable({ websiteId, ...props }) {
|
||||
return (
|
||||
<FilterLink
|
||||
id="device"
|
||||
value={device}
|
||||
value={labels[device] && device}
|
||||
label={formatMessage(labels[device] || labels.unknown)}
|
||||
/>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user