UIS-301 | Divyesh | recharge cta handling (#15824)

This commit is contained in:
Divyesh Shinde
2025-04-16 18:40:09 +05:30
committed by GitHub
parent f40955cfb9
commit 789968b935

View File

@@ -562,7 +562,7 @@ fun RecentBillItem(
}
Spacer(modifier = Modifier.width(16.dp))
if (myBillEntity.isBillPaid) {
if (myBillEntity.isBillPaid.not()) {
Row(
modifier =
Modifier.clip(RoundedCornerShape(4.dp))