From 5a5c593eac9f80d972a0a7728a061437fe342a4a Mon Sep 17 00:00:00 2001 From: Nils-Johan Gynther Date: Fri, 17 Apr 2026 22:58:50 +0200 Subject: [PATCH] refactor(AdminProductList): remove unused product details and clean up JSX structure --- frontend/app/admin/products/AdminProductList.tsx | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/frontend/app/admin/products/AdminProductList.tsx b/frontend/app/admin/products/AdminProductList.tsx index d6093cf4..b78e49f8 100644 --- a/frontend/app/admin/products/AdminProductList.tsx +++ b/frontend/app/admin/products/AdminProductList.tsx @@ -266,15 +266,3 @@ export default function AdminProductList({ products }: Props) { ); } - - -
- Normalized: {product.normalizedName} -
- - - ))} - - - ); -}