iptdevs-design-system 3.1.4383 → 3.1.4385

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.
@@ -6339,12 +6339,14 @@ class CodSelfFormStepOneComponent extends CodSelfManagedSteps {
6339
6339
  console.log('currentUser', currentUser);
6340
6340
  console.log('previousUser', previousUser);
6341
6341
  // Verifica si el objeto 'user' actual es diferente al anterior
6342
- if (changes['user'] && this.user) {
6343
- this.setDataUsers();
6344
- }
6345
- else if (currentUser != this.user) {
6342
+ if (changes['user'] && this.user != currentUser) {
6343
+ console.log('llegue aqui changes[user] && this.user');
6346
6344
  this.setDataUsers();
6347
6345
  }
6346
+ // else if(currentUser != this.user){
6347
+ // console.log('llegue aqui currentUser != this.user');
6348
+ // this.setDataUsers();
6349
+ // }
6348
6350
  // if (currentUser != this.user?) {
6349
6351
  // console.log('setDataUsers');
6350
6352
  // this.setDataUsers();