Show residual option qty with two decimal places.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-08-06 03:47:49 +08:00
parent 24f4dea798
commit 3312a8fb50
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -883,7 +883,7 @@ export default function PlanPage() {
<tr key={`${gid}:${inst}`}>
<td className="mono">{gid || "—"}</td>
<td className="mono">{inst}</td>
<td className="mono">{fmt(r.option_qty_eth, 4)}</td>
<td className="mono">{fmt(r.option_qty_eth, 2)}</td>
<td className="mono">{fmt(r.initial_premium, 2)}</td>
<td
className="mono"