micro ui fix

This commit is contained in:
Chika 2020-12-16 19:17:58 +03:00
parent 397b2b1e77
commit f292a3f3b6

View File

@ -63,7 +63,7 @@ const computedEffects = {
x => x.evo_tarifid === this.values.tarif,
);
if (tarif) {
return `MinIRR: ${tarif.evo_min_irr}% - MaxIRR: ${tarif.evo_max_irr}%`;
return `Min: ${tarif.evo_min_irr}% - Max: ${tarif.evo_max_irr}%`;
}
return '-'
},