loan offer tenor field fixed
This commit was merged in pull request #29.
This commit is contained in:
@@ -102,7 +102,7 @@ export default function OffersCom() {
|
|||||||
</td>
|
</td>
|
||||||
<td className="px-2">
|
<td className="px-2">
|
||||||
<div className="text-right">
|
<div className="text-right">
|
||||||
<div className="font-normal text-gray-500">{getDateFromDateString(item?.tenor)}</div>
|
<div className="font-normal text-gray-500">{item?.tenor}</div>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td className="px-2 text-right">
|
<td className="px-2 text-right">
|
||||||
|
|||||||
Reference in New Issue
Block a user