From be1ad452b49892a2b7853b5a6afd421d97c71303 Mon Sep 17 00:00:00 2001 From: Pranshu Aggarwal <70687348+Pranshu1902@users.noreply.github.com> Date: Thu, 23 Mar 2023 17:00:16 +0530 Subject: [PATCH] center aligned loader (#5143) --- src/Components/Patient/SampleViewAdmin.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/Components/Patient/SampleViewAdmin.tsx b/src/Components/Patient/SampleViewAdmin.tsx index 72314df273d..ad11933a15e 100644 --- a/src/Components/Patient/SampleViewAdmin.tsx +++ b/src/Components/Patient/SampleViewAdmin.tsx @@ -306,7 +306,11 @@ export default function SampleViewAdmin() { } if (isLoading || !sample) { - manageSamples = ; + manageSamples = ( +
+ +
+ ); } else if (sample && sample.length) { manageSamples = ( <>