From ddecaa085cf98c8b89773003e394296c24c67096 Mon Sep 17 00:00:00 2001 From: IF <139582705+infiniteflower@users.noreply.github.com> Date: Fri, 11 Oct 2024 11:27:00 -0400 Subject: [PATCH] chore: add comment to clarify swaps feature flags usage --- ui/pages/bridge/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/pages/bridge/index.tsx b/ui/pages/bridge/index.tsx index c3c95e5aff7a..6d681f740108 100644 --- a/ui/pages/bridge/index.tsx +++ b/ui/pages/bridge/index.tsx @@ -32,6 +32,7 @@ import { BridgeCTAButton } from './prepare/bridge-cta-button'; const CrossChainSwap = () => { const t = useContext(I18nContext); + // Load swaps feature flags so that we can use smart transactions useSwapsFeatureFlags(); useBridging();