UIS-301 | Divyesh | recharge cta handling (#15824)
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user