diff --git a/src/components/AddJob/AddJob.jsx b/src/components/AddJob/AddJob.jsx index 0547169..23aaced 100644 --- a/src/components/AddJob/AddJob.jsx +++ b/src/components/AddJob/AddJob.jsx @@ -73,8 +73,7 @@ function AddJob({ popUpHandler, categories }) { }; return ( -
- { return (
-
-
- {/* inputs starts here */} -
-
- - + {walletDetails?.loading ? ( - {walletDetails.data?.map((item, index) => ( - - ))} - - ) : ( - - )} - + {walletDetails.data?.map((item, index) => ( + + ))} + + ) : ( + + )} + +
+ + {/* Price */} +
+ +
- {/* Price */} -
+ {/* Title */} +
-
- {/* Title */} -
- -
- - {/* Description */} -
- -
- - {/* Details */} -
-
- -