Refactor_Expenses #321
@ -301,6 +301,12 @@ const ExpenseList = ({filters}) => {
|
|||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
)}
|
)}
|
||||||
|
|
||||||
|
{!isInitialLoading && items.length === 0 && <tr rowSpan={8} style={{height:"200px"}}>
|
||||||
|
<td colSpan={8}>
|
||||||
|
No Expnese Found
|
||||||
|
</td>
|
||||||
|
</tr>}
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user