PMCORE-4004: Solving last comments

This commit is contained in:
Luciana Nuñez
2022-12-06 12:37:01 -04:00
parent 2c1e09c084
commit e97ae0f917
4 changed files with 9 additions and 18 deletions

View File

@@ -727,9 +727,7 @@ export default {
* @param {string} data
*/
changeFlagSupervising(data) {
if (data === 'SUPERVISING'){
this.flagSupervising = true;
}
this.flagSupervising = (data === 'SUPERVISING');
},
/**
* Claim case