Commit 9890451c authored by d.arizona's avatar d.arizona

update

parent 141b24be
......@@ -1099,12 +1099,12 @@ export default class CorporateAnnualTargetMR extends Component {
} else if ( totals >= 4.76 && totals <= 5.00) {
perfomanceScoreX = 'IST'
}
totalScoreXXX = totals
perfomanceScore = perfomanceScoreX
setTimeout(() => {
console.log(totalScoreXXX)
console.log(perfomanceScore)
}, 300);
// totalScoreXXX = totals
// perfomanceScore = perfomanceScoreX
// setTimeout(() => {
// console.log(totalScoreXXX)
// console.log(perfomanceScore)
// }, 300);
}
return total
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment