@iobroker/adapter-react-v5 8.2.6 → 8.2.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -391,7 +391,7 @@ export function getSelectIdIconFromObjects(objects, id, lang, imagePrefix) {
391
391
  }
392
392
  }
393
393
  else {
394
- const common = objects[id] && objects[id].common;
394
+ const common = objects[id]?.common;
395
395
  if (common) {
396
396
  const cIcon = common.icon;
397
397
  if (cIcon) {