mirror of
https://codeberg.org/MarkusThielker/finances.git
synced 2025-04-12 05:08:43 +00:00
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 (
|
return (
|
||||||
<div className={className}>
|
<div className={className}>
|
||||||
<div className="flex items-center justify-between w-full">
|
<div className="flex items-center justify-between w-full">
|
||||||
|
|
Loading…
Add table
Reference in a new issue