@smartbit4all/ng-client 3.3.149 → 3.3.151

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.
@@ -6487,9 +6487,7 @@ class SmartStyleUtility {
6487
6487
  const styles = {};
6488
6488
  if (style) {
6489
6489
  for (const key in style.style) {
6490
- if (styles.hasOwnProperty(key)) {
6491
- styles[this.toCamelCase(key)] = style.style[key];
6492
- }
6490
+ styles[this.toCamelCase(key)] = style.style[key];
6493
6491
  }
6494
6492
  }
6495
6493
  return styles;