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 (