From 0a1e55bdf7faee146afc672c6f430d2c055afc01 Mon Sep 17 00:00:00 2001 From: Edd Date: Wed, 1 Mar 2023 11:45:56 +0000 Subject: [PATCH] fix(explorer): add size in market component for remaining order size --- .../components/order-details/deterministic-order-details.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/explorer/src/app/components/order-details/deterministic-order-details.tsx b/apps/explorer/src/app/components/order-details/deterministic-order-details.tsx index b4b96cdd1..7c0dce1f3 100644 --- a/apps/explorer/src/app/components/order-details/deterministic-order-details.tsx +++ b/apps/explorer/src/app/components/order-details/deterministic-order-details.tsx @@ -101,7 +101,7 @@ const DeterministicOrderDetails = ({ {t('Remaining')}
- {o.remaining} +
)}