N-FIN-31: removed unused variables
This commit is contained in:
parent
a90eb64301
commit
36817e581b
1 changed files with 0 additions and 14 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue