diff options
author | brunobar79 <brunobar79@gmail.com> | 2018-07-27 09:00:48 +0800 |
---|---|---|
committer | brunobar79 <brunobar79@gmail.com> | 2018-07-27 09:00:48 +0800 |
commit | d4a15f22c24074f44daa9eeb4fda192ea3742792 (patch) | |
tree | 32bc3a519715f218b58fc9809ebe1b92376ee03e /ui | |
parent | ea028e750663b41d5d01ea642f7946ffbbb1287a (diff) | |
download | dexon-wallet-d4a15f22c24074f44daa9eeb4fda192ea3742792.tar.gz dexon-wallet-d4a15f22c24074f44daa9eeb4fda192ea3742792.tar.zst dexon-wallet-d4a15f22c24074f44daa9eeb4fda192ea3742792.zip |
added webrtc-adapter for browser compat
Diffstat (limited to 'ui')
-rw-r--r-- | ui/app/components/send/send-content/send-to-row/send-to-row.component.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/app/components/send/send-content/send-to-row/send-to-row.component.js b/ui/app/components/send/send-content/send-to-row/send-to-row.component.js index 1163dcff..6d8ec8d8 100644 --- a/ui/app/components/send/send-content/send-to-row/send-to-row.component.js +++ b/ui/app/components/send/send-content/send-to-row/send-to-row.component.js @@ -3,6 +3,7 @@ import PropTypes from 'prop-types' import SendRowWrapper from '../send-row-wrapper/' import EnsInput from '../../../ens-input' import { getToErrorObject } from './send-to-row.utils.js' +import adapter from 'webrtc-adapter' export default class SendToRow extends Component { |