mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-07-03 11:00:58 +08:00
This reverts commit 8db6dc3b06.
This commit is contained in:
@@ -392,7 +392,7 @@ export function CompetitionPage() {
|
||||
{sortedTraders.map((trader, index) => {
|
||||
const isWinning = index === 0
|
||||
const opponent = sortedTraders[1 - index]
|
||||
const gap = (trader.total_pnl_pct ?? 0) - (opponent.total_pnl_pct ?? 0)
|
||||
const gap = trader.total_pnl_pct - opponent.total_pnl_pct
|
||||
|
||||
return (
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user