From 36817e581b265c42f8d2cb039c74195d0c64f211 Mon Sep 17 00:00:00 2001 From: Markus Thielker Date: Sat, 16 Mar 2024 23:52:07 +0100 Subject: [PATCH] N-FIN-31: removed unused variables --- src/components/paymentPageClientComponents.tsx | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/src/components/paymentPageClientComponents.tsx b/src/components/paymentPageClientComponents.tsx index 22fa031..d25f5df 100644 --- a/src/components/paymentPageClientComponents.tsx +++ b/src/components/paymentPageClientComponents.tsx @@ -100,20 +100,6 @@ export default function PaymentPageClientContent({ ); }; - const entitiesMapped = entities?.map((entity) => { - return { - label: entity.name, - value: entity.id, - }; - }) ?? []; - - const categoriesMapped = categories?.map((category) => { - return { - label: category.name, - value: category.id, - }; - }) ?? []; - return (