From a1dc72e5b0b17593090d4a6683532ef41f4129d1 Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Wed, 3 Apr 2024 10:35:59 +0100 Subject: [PATCH] added modal footer class to edit job modal --- src/components/AddJob/AddJob.jsx | 486 +++++++++---------- src/components/jobPopout/DeleteJobPopout.jsx | 43 +- src/components/jobPopout/EditJobPopout.jsx | 462 +++++++++--------- src/index.css | 2 +- 4 files changed, 496 insertions(+), 497 deletions(-) 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 */} -
-
- -