Fixed: added missing useCallback import #311

Closed
pramod.mahajan wants to merge 138 commits from hotfix/MasterActivity into main
Showing only changes of commit a11edec002 - Show all commits

View File

@ -188,7 +188,6 @@ const ManageExpense = ({ closeModal, expenseToEdit = null }) => {
closeModal();
};
if (
EmpLoading ||
StatusLoadding ||
projectLoading ||
ExpenseLoading ||