aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/send/send-content
diff options
context:
space:
mode:
authorbrunobar79 <brunobar79@gmail.com>2018-07-27 09:22:39 +0800
committerbrunobar79 <brunobar79@gmail.com>2018-07-27 09:22:39 +0800
commit6886429f0b74b8f281818fb03484cccd0e0b8ed0 (patch)
tree2ee7698a5df79a92e515786f85b1902c232dc293 /ui/app/components/send/send-content
parentbea1cf3f3c7527109b12b13427ea16f428b2790a (diff)
downloadtangerine-wallet-browser-6886429f0b74b8f281818fb03484cccd0e0b8ed0.tar.gz
tangerine-wallet-browser-6886429f0b74b8f281818fb03484cccd0e0b8ed0.tar.zst
tangerine-wallet-browser-6886429f0b74b8f281818fb03484cccd0e0b8ed0.zip
fix linting errors
Diffstat (limited to 'ui/app/components/send/send-content')
-rw-r--r--ui/app/components/send/send-content/send-to-row/send-to-row.component.js1
1 files changed, 0 insertions, 1 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 6d8ec8d89..1163dcffc 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,7 +3,6 @@ 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 {