diff --git a/client/src/pages/DsiOpex.tsx b/client/src/pages/DsiOpex.tsx
index 05d497c..d3b6db7 100644
--- a/client/src/pages/DsiOpex.tsx
+++ b/client/src/pages/DsiOpex.tsx
@@ -1277,7 +1277,7 @@ export default function DsiOpex() {
);
})}
-
+ |
|
@@ -1341,7 +1341,7 @@ export default function DsiOpex() {
);
})}
-
+ |
0 ? 'text-orange-600' : 'text-muted-foreground'}>
{etab.total > 0 ? formatEuros(etab.total) : '—'}
@@ -1371,7 +1371,7 @@ export default function DsiOpex() {
|
);
})}
-
+ |
{formatEuros(sortedEtabs.reduce((s, e) => s + e.total, 0))}
|