improved repayment listung
This commit is contained in:
@@ -118,6 +118,12 @@ export default function RepaymentsCom() {
|
|||||||
<div
|
<div
|
||||||
className="font-normal text-blue-500">{item?.loan_id} :<b> {item?.transaction_id}</b>
|
className="font-normal text-blue-500">{item?.loan_id} :<b> {item?.transaction_id}</b>
|
||||||
</div>
|
</div>
|
||||||
|
<div
|
||||||
|
className="font-normal text-red-500">{item?.initiated_by}
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
className="font-normal text-green-500"><b> {item?.product_id}</b>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user