Refactor_Expenses #321

Merged
pramod.mahajan merged 249 commits from Refactor_Expenses into hotfix/MasterActivity 2025-08-01 13:14:59 +00:00
Showing only changes of commit 41d3230325 - Show all commits

View File

@ -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>
</table>
</div>