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 */} +
+ + +
); };