diff --git a/frontend/src/pages/Dashboard.tsx b/frontend/src/pages/Dashboard.tsx index 34c98cb..9d09e79 100644 --- a/frontend/src/pages/Dashboard.tsx +++ b/frontend/src/pages/Dashboard.tsx @@ -594,7 +594,7 @@ export default function Dashboard() {
{i + 1} {isBear ? '🐻' : '🐂'} - {t.underlying ?? '—'} + {t.underlying ?? '—'} {t.strategy ?? ''} {entryDate && {entryDate}} {pnl !== null ? ( @@ -681,7 +681,7 @@ export default function Dashboard() { <>
{isBearS ? '🐻' : '🐂'} - + {underlying ?? '—'} {strategy ?? 'trade suggéré'}