diff --git a/src/components/OffersInterest/ManageInterestOffer.jsx b/src/components/OffersInterest/ManageInterestOffer.jsx index 3895b35..e91da39 100644 --- a/src/components/OffersInterest/ManageInterestOffer.jsx +++ b/src/components/OffersInterest/ManageInterestOffer.jsx @@ -232,11 +232,11 @@ export default function ManageInterestOffer(props) {
Name
+Name
{props.offerDetails?.client_name}
Member Since
+Member Since
{clientAdded.getFullYear()}{" - "} {clientAdded.getMonth() < 9 ? '0'+ (clientAdded.getMonth() + 1) : clientAdded.getMonth() + 1} @@ -251,7 +251,7 @@ export default function ManageInterestOffer(props) {
Completed:
@@ -390,7 +390,7 @@ export default function ManageInterestOffer(props) {