Drop index from option market card title.
Index remains only on the perp quote card. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -640,7 +640,6 @@ export default function PlanPage() {
|
||||
<h3 className="plan-panel-title">
|
||||
{open ? "持仓期权" : "期权 ATM"}
|
||||
{snap?.pair ? ` @ ${snap.pair.strike}` : ""}
|
||||
{snap?.index_px != null ? ` · 指数 ${fmt(snap.index_px)}` : ""}
|
||||
</h3>
|
||||
<div className="kv">
|
||||
<span>Call 卖一/买一</span>
|
||||
|
||||
Reference in New Issue
Block a user