diff --git a/src/components/MarketPlace/PopUp/LockJob.jsx b/src/components/MarketPlace/PopUp/LockJob.jsx
index fb1a4db..2fc3ee2 100644
--- a/src/components/MarketPlace/PopUp/LockJob.jsx
+++ b/src/components/MarketPlace/PopUp/LockJob.jsx
@@ -57,6 +57,7 @@ export default function LockJob({
) : (
<>
+
@@ -277,6 +278,7 @@ export default function LockJob({
+
>
)}
>
diff --git a/src/components/MarketPlace/PopUp/MarketPopUp.jsx b/src/components/MarketPlace/PopUp/MarketPopUp.jsx
index b0bc693..a83c543 100644
--- a/src/components/MarketPlace/PopUp/MarketPopUp.jsx
+++ b/src/components/MarketPlace/PopUp/MarketPopUp.jsx
@@ -145,7 +145,7 @@ const MarketPopUp = ({ details, onClose, situation, marketInt, marketPlaceProduc
-
+
{details?.offer_depend_uid ?
:
<>
-
+
{details?.offer_depend_uid && }
@@ -186,12 +186,12 @@ const MarketPopUp = ({ details, onClose, situation, marketInt, marketPlaceProduc
danger: true,
},
].map(({ name, content, danger }, idx) => (
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Interested?
+
+
+
+ Interest Count: {interestCount.length > 0 ? interestCount[0].interest_count : '0'}
-
+ {/*
*/}
- <>
- {manageInt.loading ? (
-
please wait...
- ) : (
- <>
- {manageInt?.msg !== "" && (
-
- {manageInt?.msg}
-
- )}
- >
- )}
- >
-
-
-
-
- Interest: {interestCount.length > 0 ? interestCount[0].interest_count : '0'}
-
-
-
- Expire:
- {new Date(details.expire).toLocaleString()}
-
+
+ {manageInt.loading ? (
+
please wait...
+ ) : (
+ <>
+ {manageInt?.msg !== "" && (
+
+ {manageInt?.msg}
+
+ )}
+ >
+ )}
+
>
}
-
+
+
+
+ Expire:
+ {new Date(details.expire).toLocaleString()}
+
+