Skip to content

Commit

Permalink
Merge pull request #1 from oraichain/shutdown/obridge
Browse files Browse the repository at this point in the history
shutdown obridge
  • Loading branch information
haunv3 authored Oct 9, 2024
2 parents 2b8b65c + 4a69368 commit e936305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/UniversalSwap/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const Swap: React.FC = () => {
<Content nonBackground>
<div className={cx('swap-container')}>
<div className={cx('swap-col', 'w40')}>
<SwapComponent fromTokenDenom={fromTokenDenom} toTokenDenom={toTokenDenom} setSwapTokens={setSwapTokens} />
{/* <SwapComponent fromTokenDenom={fromTokenDenom} toTokenDenom={toTokenDenom} setSwapTokens={setSwapTokens} /> */}
</div>
</div>
</Content>
Expand Down

0 comments on commit e936305

Please sign in to comment.