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/send-content/send-from-row/from-dropdown/index.js | 1 - 1 file changed, 1 deletion(-) delete mode 100644 ui/app/components/send/send-content/send-from-row/from-dropdown/index.js (limited to 'ui/app/components/send/send-content/send-from-row/from-dropdown/index.js') diff --git a/ui/app/components/send/send-content/send-from-row/from-dropdown/index.js b/ui/app/components/send/send-content/send-from-row/from-dropdown/index.js deleted file mode 100644 index 2314ef4e3..000000000 --- a/ui/app/components/send/send-content/send-from-row/from-dropdown/index.js +++ /dev/null @@ -1 +0,0 @@ -export { default } from './from-dropdown.component' -- cgit