- |
+ |
Prescripteur
|
-
+ |
Consommé
|
-
+ |
Restant
|
-
+ |
Actions
|
@@ -257,7 +259,7 @@ export default function BudgetContent() {
className="hover:bg-gray-50 cursor-pointer"
onClick={() => setExpandedPrescripteur(expandedPrescripteur === item.value ? null : item.value)}
>
-
+ |
{item.value}
{item.historique.length > 0 && (
@@ -274,10 +276,10 @@ export default function BudgetContent() {
)}
|
-
+ |
{formatEuro(item.consommé)}
|
-
+ |
item.montant || (item.montant > 0 && item.restant < item.montant * 0.2)
@@ -288,7 +290,7 @@ export default function BudgetContent() {
{formatEuro(item.restant)}
|
- e.stopPropagation()}>
+ | e.stopPropagation()}>
|