We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 282b89c commit c7a650eCopy full SHA for c7a650e
src/shared/components/Settings/Tools/Devices/index.jsx
@@ -97,7 +97,8 @@ export default class Devices extends ConsentComponent {
97
for (const item of deviceItems) {
98
if (item.deviceType === newDevice.deviceType
99
&& item.manufacturer === newDevice.manufacturer
100
- && item.model === newDevice.model) {
+ && item.model === newDevice.model
101
+ && item.operatingSystem === newDevice.operatingSystem) {
102
exist = true;
103
break;
104
}
0 commit comments