aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/send_/send.component.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/send_/send.component.js')
-rw-r--r--ui/app/components/send_/send.component.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/ui/app/components/send_/send.component.js b/ui/app/components/send_/send.component.js
index 97c6d1294..516251e22 100644
--- a/ui/app/components/send_/send.component.js
+++ b/ui/app/components/send_/send.component.js
@@ -20,7 +20,6 @@ export default class SendTransactionScreen extends PersistentForm {
]),
blockGasLimit: PropTypes.string,
conversionRate: PropTypes.number,
- data: PropTypes.string,
editingTransactionId: PropTypes.string,
from: PropTypes.object,
gasLimit: PropTypes.string,
@@ -43,7 +42,6 @@ export default class SendTransactionScreen extends PersistentForm {
const {
amount,
blockGasLimit,
- data,
editingTransactionId,
gasLimit,
gasPrice,
@@ -55,7 +53,6 @@ export default class SendTransactionScreen extends PersistentForm {
updateAndSetGasTotal({
blockGasLimit,
- data,
editingTransactionId,
gasLimit,
gasPrice,