Fixed: added missing useCallback import #311

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

View File

@ -407,7 +407,7 @@ const ManageExpense = ({ closeModal, expenseToEdit = null }) => {
{ExpenseType?.noOfPersonsRequired && (
<div className="col-md-6">
<label htmlFor="noOfPersons" className="form-label">
<label htmlFor="noOfPersons" >
No. of Persons
</label>
<input
@ -427,7 +427,7 @@ const ManageExpense = ({ closeModal, expenseToEdit = null }) => {
</div>
<div className="row my-2">
<div className="col-md-12" className="form-label ">
<div className="col-md-12" >
<label for="description">Description</label>
<textarea
id="description"