aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/send/send-content/send-to-row
diff options
context:
space:
mode:
authorbrunobar79 <brunobar79@gmail.com>2018-07-27 08:56:58 +0800
committerbrunobar79 <brunobar79@gmail.com>2018-07-27 08:56:58 +0800
commitea028e750663b41d5d01ea642f7946ffbbb1287a (patch)
tree11cc95e5ec2a11f3cfb3756d8fcb3debe67afdb7 /ui/app/components/send/send-content/send-to-row
parent6cd4bc9f4ecb2c4a066da0aceb36d1a24bbe33e2 (diff)
downloadtangerine-wallet-browser-ea028e750663b41d5d01ea642f7946ffbbb1287a.tar.gz
tangerine-wallet-browser-ea028e750663b41d5d01ea642f7946ffbbb1287a.tar.zst
tangerine-wallet-browser-ea028e750663b41d5d01ea642f7946ffbbb1287a.zip
fully working without tweaking ext. permission
Diffstat (limited to 'ui/app/components/send/send-content/send-to-row')
-rw-r--r--ui/app/components/send/send-content/send-to-row/send-to-row.component.js1
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 321d1cfac..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
@@ -17,6 +17,7 @@ export default class SendToRow extends Component {
updateGas: PropTypes.func,
updateSendTo: PropTypes.func,
updateSendToError: PropTypes.func,
+ scanQrCode: PropTypes.func,
};
static contextTypes = {