Rename to Trading Reports

This commit is contained in:
root
2026-02-25 10:27:10 +01:00
parent 71eb6c76c4
commit 32f57fff82
+1 -1
View File
@@ -276,7 +276,7 @@ export function TradingPanel() {
{ id: 'execution', label: '⚡ Execution', count: trades.filter(t => t.status === 'open').length },
{ id: 'journal', label: '📔 Journal', count: trades.length },
{ id: 'tools', label: '🧮 Tools', count: 3 },
{ id: 'macro', label: '📊 Macro Report', count: 0 },
{ id: 'macro', label: '📈 Trading Reports', count: 0 },
]
const filteredTrades = trades.filter(t => {