chore: remove unused import

This commit is contained in:
Matthias 2024-09-08 15:40:22 +02:00
parent 17f95c52e7
commit 52495b288a

View File

@ -1,7 +1,6 @@
import { Order, PairHistory, Trade, BTOrder } from '@/types';
import { ScatterSeriesOption } from 'echarts';
import { title } from 'process';
function buildTooltipCost(order: Order | BTOrder, quoteCurrency: string): string {
return `${order.ft_order_side === 'buy' ? '+' : '-'}${formatPriceCurrency(