From bb03979c32183547d0afe7c4150c89bef9f0d1ae Mon Sep 17 00:00:00 2001 From: Regiaaaaaa Date: Tue, 23 Dec 2025 11:48:51 +0700 Subject: [PATCH] refactor: change status value --- Controllers/DataBankSampahController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controllers/DataBankSampahController.cs b/Controllers/DataBankSampahController.cs index 35b363d..47e8b8d 100644 --- a/Controllers/DataBankSampahController.cs +++ b/Controllers/DataBankSampahController.cs @@ -22,7 +22,7 @@ namespace BpsRwApp.Controllers var jumlahNasabah = 200 + (index * 9 % 500); var jumlahPotensi = jumlahNasabah + 25 + (index % 5) * 7; var status = index % 7 == 0 - ? "
Perlu Pendampingan
" + ? "
Tidak Aktif
" : "
Aktif
"; return new