Rename to Trading Reports
This commit is contained in:
@@ -276,7 +276,7 @@ export function TradingPanel() {
|
|||||||
{ id: 'execution', label: '⚡ Execution', count: trades.filter(t => t.status === 'open').length },
|
{ id: 'execution', label: '⚡ Execution', count: trades.filter(t => t.status === 'open').length },
|
||||||
{ id: 'journal', label: '📔 Journal', count: trades.length },
|
{ id: 'journal', label: '📔 Journal', count: trades.length },
|
||||||
{ id: 'tools', label: '🧮 Tools', count: 3 },
|
{ 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 => {
|
const filteredTrades = trades.filter(t => {
|
||||||
|
|||||||
Reference in New Issue
Block a user