From 0d8176e9b453b66ea093b6812dd6b88c9ff18ffa Mon Sep 17 00:00:00 2001 From: Madalina Raicu Date: Fri, 11 Aug 2023 11:14:11 +0300 Subject: [PATCH] fix: update gov and explor. metadata & remove second side --- apps/explorer/src/index.html | 19 +++++++++++++++---- apps/governance/src/index.html | 19 +++++++++++++++---- .../order-list/order-view-dialog.tsx | 17 ----------------- 3 files changed, 30 insertions(+), 25 deletions(-) diff --git a/apps/explorer/src/index.html b/apps/explorer/src/index.html index 4c4a3685e..c2aff835f 100644 --- a/apps/explorer/src/index.html +++ b/apps/explorer/src/index.html @@ -1,8 +1,8 @@ + - + + + + + + + + + + + + + + - VEGA Explorer diff --git a/apps/governance/src/index.html b/apps/governance/src/index.html index 5f75651cb..5f8f5c040 100644 --- a/apps/governance/src/index.html +++ b/apps/governance/src/index.html @@ -1,8 +1,8 @@ + - + + + + + + + + + + + + + + - VEGA Governance diff --git a/libs/orders/src/lib/components/order-list/order-view-dialog.tsx b/libs/orders/src/lib/components/order-list/order-view-dialog.tsx index c1128b63b..d9914a207 100644 --- a/libs/orders/src/lib/components/order-list/order-view-dialog.tsx +++ b/libs/orders/src/lib/components/order-list/order-view-dialog.tsx @@ -222,23 +222,6 @@ export const OrderViewDialog = ({ {order.icebergOrder ? t('Yes') : t('-')} - {order.icebergOrder && ( - -
{t('Side')}
-
- {Schema.SideMapping[order.side as Schema.Side]} -
-
- )} {order.icebergOrder && (