diff --git a/frontend/src/pages/BacktestDetail.tsx b/frontend/src/pages/BacktestDetail.tsx index f83504b..a2eab3e 100644 --- a/frontend/src/pages/BacktestDetail.tsx +++ b/frontend/src/pages/BacktestDetail.tsx @@ -232,13 +232,6 @@ const BacktestDetail: React.FC = () => { width: 120, render: (value: string) => formatUSDC(value) }, - { - title: t('backtest.fee') + ' (USDC)', - dataIndex: 'fee', - key: 'fee', - width: 120, - render: (value: string) => formatUSDC(value || '0') - }, { title: t('backtest.profitLoss') + ' (USDC)', dataIndex: 'profitLoss',