diff --git a/frontend/src/pages/inbounds/InboundsPage.tsx b/frontend/src/pages/inbounds/InboundsPage.tsx index 5accac5c9..3d2a27cf8 100644 --- a/frontend/src/pages/inbounds/InboundsPage.tsx +++ b/frontend/src/pages/inbounds/InboundsPage.tsx @@ -16,7 +16,8 @@ import { import { setMessageInstance } from '@/utils/messageBus'; import { - SwapOutlined, + ArrowUpOutlined, + ArrowDownOutlined, PieChartOutlined, BarsOutlined, } from '@ant-design/icons'; @@ -585,8 +586,14 @@ export default function InboundsPage() { } + value={0} + formatter={() => ( + + {SizeFormatter.sizeFormat(totals.up)} + {' / '} + {SizeFormatter.sizeFormat(totals.down)} + + )} />