Fixed: added missing useCallback import #311

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

View File

@ -114,7 +114,7 @@ const ExpensePage = () => {
<div className="row align-items-center">
<div className="col-sm-6 col-md-4">
<div className="d-flex align-items-center">
<span className="form-label me-2" id="search-label">Search</span>
<input
type="search"
className="form-control form-control-sm w-auto"