refactor: refactor status value

main-dlh
Regiaaaaaa 2025-12-22 13:59:50 +07:00
parent 4f591a787b
commit 04f88fcdcc
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ namespace BpsRwApp.Controllers
{
0 => ("Sangat Baik", "info"),
1 => ("Baik", "success"),
_ => ("Perlu Pendampingan", "warning")
_ => ("Kurang Baik", "warning")
};
return $"<div class=\"badge badge-{status.Item2} badge-soft rounded-full\">{status.Item1}</div>";