Skip to content

Commit

Permalink
chore: add comment to clarify swaps feature flags usage
Browse files Browse the repository at this point in the history
  • Loading branch information
infiniteflower committed Oct 11, 2024
1 parent 9970627 commit ddecaa0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/pages/bridge/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit ddecaa0

Please sign in to comment.