diff --git a/src/components/MyActiveJobs/ActiveJobs.jsx b/src/components/MyActiveJobs/ActiveJobs.jsx index f06110e..1a55f96 100644 --- a/src/components/MyActiveJobs/ActiveJobs.jsx +++ b/src/components/MyActiveJobs/ActiveJobs.jsx @@ -278,7 +278,7 @@ function ActiveJobs(props) {
- {userDetails.firstname && userDetails.firstname} + {props.details.job_to && props.details.job_to}
Description:
diff --git a/src/components/OffersInterest/OffersInterestTable.jsx b/src/components/OffersInterest/OffersInterestTable.jsx index 176586f..c34daa6 100644 --- a/src/components/OffersInterest/OffersInterestTable.jsx +++ b/src/components/OffersInterest/OffersInterestTable.jsx @@ -5,6 +5,8 @@ import { useNavigate, useLocation, Link } from "react-router-dom"; import { handlePagingFunc } from "../Pagination/HandlePagination"; import PaginatedList from "../Pagination/PaginatedList"; +import { PriceFormatter } from "../Helpers/PriceFormatter"; + import familyImage from '../../assets/images/no-family-side.png' export default function OffersInterestTable({offerInterestList, className}) { @@ -72,87 +74,13 @@ export default function OffersInterestTable({offerInterestList, className}) {{item?.client_name}