From f96b16b3732fd283dbce021c3c36e24325b631b1 Mon Sep 17 00:00:00 2001 From: Ebube Date: Sat, 3 Feb 2024 21:18:49 +0100 Subject: [PATCH] Added the number identifier for job list --- src/components/jobPopout/JobListPopout.jsx | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/src/components/jobPopout/JobListPopout.jsx b/src/components/jobPopout/JobListPopout.jsx index 876bbf0..56ce17f 100644 --- a/src/components/jobPopout/JobListPopout.jsx +++ b/src/components/jobPopout/JobListPopout.jsx @@ -330,7 +330,6 @@ function JobListPopout({
- <> {/* ACTION SECTION */} {+taskWalletSelector.amount > +details.price ? ( @@ -576,11 +575,6 @@ const JobFieldInput = ({ {item?.name} )} - {/* {inputName === "group" && ( - - )} */} ))} @@ -594,7 +588,11 @@ const JobFieldInput = ({ {data?.groups?.map((item, index) => ( ))}