@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.
@@ -9312,7 +9312,7 @@ var HistoricalPixAccountComponent = /** @class */ (function () {
9312
9312
  }
9313
9313
  else {
9314
9314
  _this.isOnlyView.emit(true);
9315
- if (_this.listDataReciever.length == 0) {
9315
+ if (!_this.listDataReciever) {
9316
9316
  rowData["index"] = key;
9317
9317
  _this.pixAccountItemInput = { currentItem: rowData, listData: _this.listDataNoPage, isEditMode: false };
9318
9318
  _this.visible = true;
@@ -9331,7 +9331,7 @@ var HistoricalPixAccountComponent = /** @class */ (function () {
9331
9331
  }
9332
9332
  else {
9333
9333
  _this.isOnlyEdit.emit(true);
9334
- if (_this.listDataReciever.length == 0) {
9334
+ if (!_this.listDataReciever) {
9335
9335
  rowData["index"] = key;
9336
9336
  _this.pixAccountItemInput = { currentItem: rowData, listData: _this.listDataNoPage, isEditMode: false };
9337
9337
  _this.visible = true;