@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.
@@ -2900,7 +2900,7 @@ class DeviceManageWidgetComponent {
2900
2900
  return this.userService.userDevice?.form;
2901
2901
  }
2902
2902
  get isWebex() {
2903
- return localStorage.getItem('webexUUID') && localStorage.getItem('webexUUID')?.length;
2903
+ return localStorage.getItem('webexUUID') && localStorage.getItem('webexUUID') !== 'null';
2904
2904
  }
2905
2905
  constructor(userService, deviceService, apiService, lineService, siteSettingsService, validationService, dialog) {
2906
2906
  this.userService = userService;