diff options
author | Brandon Millman <brandon.millman@gmail.com> | 2018-11-09 02:34:36 +0800 |
---|---|---|
committer | Brandon Millman <brandon.millman@gmail.com> | 2018-11-09 02:34:36 +0800 |
commit | 8493d619b45d84eedf9f8d349e45a4d3e759c538 (patch) | |
tree | a6257544492a3ac3a8d694a7e866c0096b160728 /packages | |
parent | 7a99b2099d38906c7b42e96557499cf4cb39985f (diff) | |
download | dexon-sol-tools-8493d619b45d84eedf9f8d349e45a4d3e759c538.tar dexon-sol-tools-8493d619b45d84eedf9f8d349e45a4d3e759c538.tar.gz dexon-sol-tools-8493d619b45d84eedf9f8d349e45a4d3e759c538.tar.bz2 dexon-sol-tools-8493d619b45d84eedf9f8d349e45a4d3e759c538.tar.lz dexon-sol-tools-8493d619b45d84eedf9f8d349e45a4d3e759c538.tar.xz dexon-sol-tools-8493d619b45d84eedf9f8d349e45a4d3e759c538.tar.zst dexon-sol-tools-8493d619b45d84eedf9f8d349e45a4d3e759c538.zip |
chore(instant): fix linter
Diffstat (limited to 'packages')
-rw-r--r-- | packages/instant/src/components/zero_ex_instant_provider.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/instant/src/components/zero_ex_instant_provider.tsx b/packages/instant/src/components/zero_ex_instant_provider.tsx index cd23014a8..58e78c522 100644 --- a/packages/instant/src/components/zero_ex_instant_provider.tsx +++ b/packages/instant/src/components/zero_ex_instant_provider.tsx @@ -92,6 +92,7 @@ export class ZeroExInstantProvider extends React.Component<ZeroExInstantProvider // tslint:disable-next-line:no-floating-promises asyncData.fetchAvailableAssetDatasAndDispatchToStore(this._store); } + // tslint:disable-next-line:no-floating-promises asyncData.fetchCurrentBuyQuoteAndDispatchToStore(this._store); // warm up the gas price estimator cache just in case we can't // grab the gas price estimate when submitting the transaction |