Skip to content

Commit

Permalink
feat: use default
Browse files Browse the repository at this point in the history
  • Loading branch information
fabryscript committed Jun 7, 2024
1 parent 085f5f9 commit 8f63a09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/web/components/trade-tool/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export const TradeTool: FunctionComponent<TradeToolProps> = () => {
case SwapToolTab.SELL:
return <PlaceLimitTool orderDirection={OrderDirection.Ask} />;
case SwapToolTab.SWAP:
default:
return (
<SwapTool useOtherCurrencies useQueryParams page="Swap Page" />
);
Expand Down

0 comments on commit 8f63a09

Please sign in to comment.