diff --git a/src/shared/components/Settings/Tools/Devices/index.jsx b/src/shared/components/Settings/Tools/Devices/index.jsx index ff3ab7da46..2f2721ba8b 100644 --- a/src/shared/components/Settings/Tools/Devices/index.jsx +++ b/src/shared/components/Settings/Tools/Devices/index.jsx @@ -97,8 +97,7 @@ export default class Devices extends ConsentComponent { for (const item of deviceItems) { if (item.deviceType === newDevice.deviceType && item.manufacturer === newDevice.manufacturer - && item.model === newDevice.model - && item.operatingSystem === newDevice.operatingSystem) { + && item.model === newDevice.model) { exist = true; break; }