From 6a8e6323cfb158c07e29eff216c09892b0028aab Mon Sep 17 00:00:00 2001 From: yash-learner Date: Wed, 11 Dec 2024 01:18:01 +0530 Subject: [PATCH] Move buttons to buttom --- src/components/LabTest/ProcessSpecimen.tsx | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/components/LabTest/ProcessSpecimen.tsx b/src/components/LabTest/ProcessSpecimen.tsx index a1f6fb401c9..866fa01b551 100644 --- a/src/components/LabTest/ProcessSpecimen.tsx +++ b/src/components/LabTest/ProcessSpecimen.tsx @@ -259,16 +259,6 @@ export const ProcessSpecimen: React.FC = () => { className="mt-1 text-gray-600" /> - - {/* Footer Buttons */} -
- - -
))} {/* Add another result button */} @@ -282,6 +272,15 @@ export const ProcessSpecimen: React.FC = () => { )} + {/* Footer Buttons */} +
+ + +
); };