@senior-gestao-pessoas/payroll-core 9.3.0-0c9b8608-8eb2-4a54-a822-926f0794fa8c → 9.3.0-1775f047-460b-4092-920d-2ebdd40fc893

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.
@@ -9478,7 +9478,7 @@
9478
9478
  }
9479
9479
  else {
9480
9480
  _this.isOnlyView.emit(true);
9481
- if (_this.listDataReciever.length == 0) {
9481
+ if (!_this.listDataReciever) {
9482
9482
  rowData["index"] = key;
9483
9483
  _this.pixAccountItemInput = { currentItem: rowData, listData: _this.listDataNoPage, isEditMode: false };
9484
9484
  _this.visible = true;
@@ -9497,7 +9497,7 @@
9497
9497
  }
9498
9498
  else {
9499
9499
  _this.isOnlyEdit.emit(true);
9500
- if (_this.listDataReciever.length == 0) {
9500
+ if (!_this.listDataReciever) {
9501
9501
  rowData["index"] = key;
9502
9502
  _this.pixAccountItemInput = { currentItem: rowData, listData: _this.listDataNoPage, isEditMode: false };
9503
9503
  _this.visible = true;