diff --git a/features/strategies/components/Swap/Results.tsx b/features/strategies/components/Swap/Results.tsx
index 535ff6b..098870c 100644
--- a/features/strategies/components/Swap/Results.tsx
+++ b/features/strategies/components/Swap/Results.tsx
@@ -51,39 +51,46 @@ export function SwapResults({
: amount
: amountInUsd / prices.fet.usd
+ const showOcean = !isMigration || (isMigration && tokenSelected === 'ocean')
+ const showAgix = !isMigration || (isMigration && tokenSelected === 'agix')
+
return (
<>
-
+ {showOcean ? (
+
+ ) : null}
-
+ {showAgix ? (
+
+ ) : null}