@dev-tcloud/tcloud-ui 5.3.8-beta.4 → 5.3.8

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.
@@ -7227,7 +7227,6 @@ class TcRevCardAccordionComponent {
7227
7227
  this.badge = input(null);
7228
7228
  this.isOpen = model();
7229
7229
  this.isDesktop = this._viewPort.isDesktop;
7230
- this.isMobile = this._viewPort.isMobile;
7231
7230
  }
7232
7231
  toggleAccordion() {
7233
7232
  this.isOpen.update((current) => !current);