From 455248f9db645b5d7f13362aab651f7f6c253663 Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Fri, 27 Sep 2024 17:22:52 +0100 Subject: [PATCH] reject btn placed below --- src/components/jobPopout/OfferJobPopout.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/jobPopout/OfferJobPopout.jsx b/src/components/jobPopout/OfferJobPopout.jsx index 0e0bacc..bdc00fc 100644 --- a/src/components/jobPopout/OfferJobPopout.jsx +++ b/src/components/jobPopout/OfferJobPopout.jsx @@ -141,8 +141,8 @@ function OfferJobPopout({ details, onClose, situation }) { -
-
+
+
{/* INPUT SECTION */}
@@ -219,7 +219,7 @@ function OfferJobPopout({ details, onClose, situation }) {
{/* ACTION SECTION */} -
+

I understand the task

{requestStatus.loading && requestStatus.trigger == "offer" ? ( -- 2.34.1