due date added
This commit is contained in:
@@ -52,6 +52,9 @@ export default function DisbursementsLoanCom() {
|
|||||||
<th scope="col" className="px-4 py-2">
|
<th scope="col" className="px-4 py-2">
|
||||||
Added
|
Added
|
||||||
</th>
|
</th>
|
||||||
|
<th scope="col" className="px-4 py-2">
|
||||||
|
Due Date
|
||||||
|
</th>
|
||||||
<th scope="col" className="px-4 py-2">
|
<th scope="col" className="px-4 py-2">
|
||||||
Amount
|
Amount
|
||||||
</th>
|
</th>
|
||||||
@@ -84,6 +87,11 @@ export default function DisbursementsLoanCom() {
|
|||||||
{getDateFromDateString(item?.added)} {getTimeFromDateString(item?.added)}
|
{getDateFromDateString(item?.added)} {getTimeFromDateString(item?.added)}
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
|
<td className="px-3 py-2">
|
||||||
|
<div className="flex items-center">
|
||||||
|
{getDateFromDateString(item?.due_date)} {getTimeFromDateString(item?.due_date)}
|
||||||
|
</div>
|
||||||
|
</td>
|
||||||
<td className="px-3 py-2">
|
<td className="px-3 py-2">
|
||||||
{formatNumber(item?.approved_amount)}
|
{formatNumber(item?.approved_amount)}
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user