@tuki-io/tuki-widgets 0.0.157 → 0.0.158

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.
@@ -1778,8 +1778,7 @@ class UserCallingComponent {
1778
1778
  return ((_b = (_a = this.userService) === null || _a === void 0 ? void 0 : _a.user) === null || _b === void 0 ? void 0 : _b.devices[0]) && ((_d = (_c = this.userService) === null || _c === void 0 ? void 0 : _c.user) === null || _d === void 0 ? void 0 : _d.devices[0].lineAssociations[0].form);
1779
1779
  }
1780
1780
  get isWebex() {
1781
- var _a;
1782
- return localStorage.getItem('webexUUID') && ((_a = localStorage.getItem('webexUUID')) === null || _a === void 0 ? void 0 : _a.length);
1781
+ return localStorage.getItem('webexUUID') && localStorage.getItem('webexUUID') !== 'null';
1783
1782
  }
1784
1783
  get formControl() {
1785
1784
  var _a;