Fix: add onClick to View full analysis button
This commit is contained in:
@@ -171,7 +171,10 @@ export function TradingPanel() {
|
|||||||
))}
|
))}
|
||||||
</div>
|
</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 →
|
View full analysis →
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user