N-FIN-31: removed unused variables

This commit is contained in:
Markus Thielker 2024-03-16 23:52:07 +01:00
parent a90eb64301
commit 36817e581b
No known key found for this signature in database

View file

@ -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 (
<div className={className}>
<div className="flex items-center justify-between w-full">