delete action icon hidden
This commit is contained in:
@@ -68,7 +68,7 @@ export default function ApplyCom() {
|
|||||||
</div>
|
</div>
|
||||||
</th>
|
</th>
|
||||||
<td className="px-3 py-2">
|
<td className="px-3 py-2">
|
||||||
{item?.loan || ''}
|
{item?.loan} - {item?.description}
|
||||||
</td>
|
</td>
|
||||||
<td className="px-3 py-2">
|
<td className="px-3 py-2">
|
||||||
{item?.amount || ''}
|
{item?.amount || ''}
|
||||||
@@ -91,7 +91,7 @@ export default function ApplyCom() {
|
|||||||
<span className='text-primary text-xl'>
|
<span className='text-primary text-xl'>
|
||||||
<Icons name='eye' />
|
<Icons name='eye' />
|
||||||
</span>
|
</span>
|
||||||
<span className='text-red-500 text-xl'>
|
<span className='hidden text-red-500 text-xl'>
|
||||||
<Icons name='trash' />
|
<Icons name='trash' />
|
||||||
</span>
|
</span>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
@@ -46,9 +46,6 @@ export default function ApprovedLoanCom() {
|
|||||||
<th scope="col" className="px-4 py-2">
|
<th scope="col" className="px-4 py-2">
|
||||||
Loan
|
Loan
|
||||||
</th>
|
</th>
|
||||||
<th scope="col" className="px-4 py-2">
|
|
||||||
Amount
|
|
||||||
</th>
|
|
||||||
<th scope="col" className="px-4 py-2">
|
<th scope="col" className="px-4 py-2">
|
||||||
Added
|
Added
|
||||||
</th>
|
</th>
|
||||||
@@ -68,10 +65,7 @@ export default function ApprovedLoanCom() {
|
|||||||
</div>
|
</div>
|
||||||
</th>
|
</th>
|
||||||
<td className="px-3 py-2">
|
<td className="px-3 py-2">
|
||||||
{item?.loan || ''}
|
{item?.loan} - {item?.description}
|
||||||
</td>
|
|
||||||
<td className="px-3 py-2">
|
|
||||||
{item?.amount || ''}
|
|
||||||
</td>
|
</td>
|
||||||
<td className="px-3 py-2">
|
<td className="px-3 py-2">
|
||||||
<div className="flex items-center">
|
<div className="flex items-center">
|
||||||
@@ -91,7 +85,7 @@ export default function ApprovedLoanCom() {
|
|||||||
<span className='text-primary text-xl'>
|
<span className='text-primary text-xl'>
|
||||||
<Icons name='eye' />
|
<Icons name='eye' />
|
||||||
</span>
|
</span>
|
||||||
<span className='text-red-500 text-xl'>
|
<span className='hidden text-red-500 text-xl'>
|
||||||
<Icons name='trash' />
|
<Icons name='trash' />
|
||||||
</span>
|
</span>
|
||||||
</td>
|
</td>
|
||||||
@@ -99,7 +93,7 @@ export default function ApprovedLoanCom() {
|
|||||||
))
|
))
|
||||||
:
|
:
|
||||||
<tr className="w-3 p-3">
|
<tr className="w-3 p-3">
|
||||||
<td className="px-3 py-2" colSpan={5}>
|
<td className="px-3 py-2" colSpan={4}>
|
||||||
<div className="flex justify-center items-center">
|
<div className="flex justify-center items-center">
|
||||||
No Record Found
|
No Record Found
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -65,7 +65,7 @@ export default function SelectLoanCom() {
|
|||||||
</div>
|
</div>
|
||||||
</th>
|
</th>
|
||||||
<td className="px-3 py-2">
|
<td className="px-3 py-2">
|
||||||
{item?.loan || ''}
|
{item?.loan} - {item?.description}
|
||||||
</td>
|
</td>
|
||||||
<td className="px-3 py-2">
|
<td className="px-3 py-2">
|
||||||
<div className="flex items-center">
|
<div className="flex items-center">
|
||||||
@@ -85,7 +85,7 @@ export default function SelectLoanCom() {
|
|||||||
<span className='text-primary text-xl'>
|
<span className='text-primary text-xl'>
|
||||||
<Icons name='eye' />
|
<Icons name='eye' />
|
||||||
</span>
|
</span>
|
||||||
<span className='text-red-500 text-xl'>
|
<span className='hidden text-red-500 text-xl'>
|
||||||
<Icons name='trash' />
|
<Icons name='trash' />
|
||||||
</span>
|
</span>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user