Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
namgold committed Sep 18, 2023
1 parent 25a613d commit 4d160b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/SwapV2/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -736,6 +736,7 @@ export default function Swap() {
{activeTab === TAB.INFO && <TokenInfoTab currencies={currencies} onBack={onBackToSwapTab} />}
{activeTab === TAB.SETTINGS && (
<SettingsPanel
swapActionsRef={swapActionsRef}
isSwapPage
onBack={onBackToSwapTab}
onClickLiquiditySources={() => setActiveTab(TAB.LIQUIDITY_SOURCES)}
Expand Down

0 comments on commit 4d160b7

Please sign in to comment.