Skip to content

Commit

Permalink
Fix max capacity currency
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromcunha committed Oct 23, 2024
1 parent 6237949 commit fe968f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/components/widgets/SwapWidget/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -857,7 +857,7 @@ const SwapWidget: FC<SwapWidgetProps> = ({
hasInsufficientBalance={hasInsufficientBalance}
error={error}
quote={price}
currency={toToken}
currency={fromToken}
isHighRelayerServiceFee={highRelayerServiceFee}
isCapacityExceededError={isCapacityExceededError}
isCouldNotExecuteError={isCouldNotExecuteError}
Expand Down

0 comments on commit fe968f3

Please sign in to comment.