From e55ffc790c7c953e2c34013a1e3ccf593f663b3a Mon Sep 17 00:00:00 2001 From: Thith-thith Date: Mon, 7 Aug 2023 04:55:19 -0400 Subject: [PATCH] Changes to be committed: modified: client/src/pages/products/index.tsx --- client/src/pages/products/index.tsx | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/client/src/pages/products/index.tsx b/client/src/pages/products/index.tsx index 952abde..21e072a 100644 --- a/client/src/pages/products/index.tsx +++ b/client/src/pages/products/index.tsx @@ -687,13 +687,11 @@ const Products: Component<{}> = () => {
- Loading...

}> - - {(CoreProducts) => { - return ; - }} - -
+ + {(CoreProducts) => { + return ; + }} +