From fd420d370c887827706205e87b0da1c20072ba47 Mon Sep 17 00:00:00 2001 From: OpenSquared Date: Fri, 19 Jun 2026 22:44:08 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20ticker=20non=20rogn=C3=A9=20dans=20Trade?= =?UTF-8?q?s=20du=20cycle?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/pages/Dashboard.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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é'}