diff options
author | fragosti <francesco.agosti93@gmail.com> | 2018-11-10 07:08:01 +0800 |
---|---|---|
committer | fragosti <francesco.agosti93@gmail.com> | 2018-11-10 07:08:01 +0800 |
commit | 7249cc7b495f370f7ec5672ca36456dd4b6779de (patch) | |
tree | 52c5e52210a584bd00235253f9f9ef05d418e7ad /packages/instant/src/components/payment_method.tsx | |
parent | b5988277087f0ee39109972d73ca94368d6dd4b9 (diff) | |
download | dexon-sol-tools-7249cc7b495f370f7ec5672ca36456dd4b6779de.tar.gz dexon-sol-tools-7249cc7b495f370f7ec5672ca36456dd4b6779de.tar.zst dexon-sol-tools-7249cc7b495f370f7ec5672ca36456dd4b6779de.zip |
feat: allow href prop on button
Diffstat (limited to 'packages/instant/src/components/payment_method.tsx')
-rw-r--r-- | packages/instant/src/components/payment_method.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/instant/src/components/payment_method.tsx b/packages/instant/src/components/payment_method.tsx index 9bd1f8104..ca646880d 100644 --- a/packages/instant/src/components/payment_method.tsx +++ b/packages/instant/src/components/payment_method.tsx @@ -1,4 +1,3 @@ -import { BigNumber } from '@0x/utils'; import * as _ from 'lodash'; import * as React from 'react'; |