Fix: add onClick to View full analysis button
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user