fix: remove unused formatCurrency function in backtest page

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
zephyrdark 2026-02-03 12:06:38 +09:00
parent 1a3a0cf5a0
commit 3a9e5513f9

View File

@ -159,10 +159,6 @@ export default function BacktestPage() {
return value.toFixed(decimals);
};
const formatCurrency = (value: number) => {
return new Intl.NumberFormat('ko-KR').format(value);
};
if (loading) {
return (
<div className="min-h-screen flex items-center justify-center">