Skip to content

Commit

Permalink
fix: update return value
Browse files Browse the repository at this point in the history
  • Loading branch information
pastaghost committed Jul 20, 2022
1 parent 014a887 commit 917f920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Trade/TradeInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ export const TradeInput = ({ history }: RouterProps) => {
>
Max
</Button>
) : undefined
) : null
}
data-test='trade-form-token-input-row-sell'
/>
Expand Down

0 comments on commit 917f920

Please sign in to comment.