From 30a2be85eebe4f6b8cddb297f14faba392fe1133 Mon Sep 17 00:00:00 2001 From: Alexander Tseung Date: Thu, 13 Dec 2018 18:19:36 -0800 Subject: Prevent users from changing the From field in the send screen (#5922) * Prevent users from changing the From field in the send screen * Fix integration tests --- ui/app/components/send/account-list-item/account-list-item.component.js | 2 +- ui/app/components/send/account-list-item/account-list-item.scss | 0 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 ui/app/components/send/account-list-item/account-list-item.scss (limited to 'ui/app/components/send/account-list-item') diff --git a/ui/app/components/send/account-list-item/account-list-item.component.js b/ui/app/components/send/account-list-item/account-list-item.component.js index 14bb7471f..a61467bb3 100644 --- a/ui/app/components/send/account-list-item/account-list-item.component.js +++ b/ui/app/components/send/account-list-item/account-list-item.component.js @@ -36,7 +36,7 @@ export default class AccountListItem extends Component { return (
handleClick({ name, address, balance })} + onClick={() => handleClick && handleClick({ name, address, balance })} >
diff --git a/ui/app/components/send/account-list-item/account-list-item.scss b/ui/app/components/send/account-list-item/account-list-item.scss deleted file mode 100644 index e69de29bb..000000000 -- cgit