Skip to content

Commit

Permalink
don't prepopulate airswap amount
Browse files Browse the repository at this point in the history
doesn't appear to be working properly
  • Loading branch information
Dan Kinsley committed Mar 21, 2019
1 parent 618da82 commit 7775a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/Tokens/buy/AirswapBuyCVL.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class BuyCVLBase extends React.Component<BuyCVLProps> {
env: environment,
token: tokenAddress,
address: buyFromAddress,
amount: amountString,
// amount: amountString,
onComplete: () => {
this.props.onComplete();
},
Expand Down

0 comments on commit 7775a19

Please sign in to comment.