Fix: add onClick to View full analysis button

This commit is contained in:
root
2026-02-22 23:10:59 +00:00
parent 476465ec59
commit 70f9a8c535
+4 -1
View File
@@ -171,7 +171,10 @@ export function TradingPanel() {
))}
</div>
)}
<button className="mt-3 text-sm text-brand-pink hover:underline">
<button
className="mt-3 text-sm text-brand-pink hover:underline"
onClick={() => setSelectedTrader(trader.id)}
>
View full analysis
</button>
</div>