From 28d526a7e7a835ec09528b329187b4d872a68315 Mon Sep 17 00:00:00 2001 From: Matias Poblete Date: Mon, 2 Sep 2024 09:09:05 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9Fix=20testid=20tags?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Swap/AdvancedSwapDetails.tsx | 2 +- src/components/Swap/SwapPathComponent.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Swap/AdvancedSwapDetails.tsx b/src/components/Swap/AdvancedSwapDetails.tsx index a62e3084..546388d1 100644 --- a/src/components/Swap/AdvancedSwapDetails.tsx +++ b/src/components/Swap/AdvancedSwapDetails.tsx @@ -124,7 +124,7 @@ export function AdvancedSwapDetails({ - + {trade?.platform && ( diff --git a/src/components/Swap/SwapPathComponent.tsx b/src/components/Swap/SwapPathComponent.tsx index 695d9a6c..d9e41bb9 100644 --- a/src/components/Swap/SwapPathComponent.tsx +++ b/src/components/Swap/SwapPathComponent.tsx @@ -126,7 +126,7 @@ function SwapPathComponent({ trade }: { trade: InterfaceTrade | undefined }) { {(trade?.platform == PlatformType.ROUTER || trade?.platform == PlatformType.STELLAR_CLASSIC) && ( - + {pathArray?.map((contract, index) => ( {contract} @@ -138,7 +138,7 @@ function SwapPathComponent({ trade }: { trade: InterfaceTrade | undefined }) { )} {(trade?.platform == PlatformType.AGGREGATOR) && ( - + {distributionArray.map((distribution, index) => (