From 3f9c3d76b6edb70f91363c1e0787707ed1440c41 Mon Sep 17 00:00:00 2001 From: Whymarrh Whitby Date: Mon, 16 Jul 2018 18:21:02 -0230 Subject: Add hex data row to send screen --- ui/app/components/send/send-content/send-hex-data-row/index.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 ui/app/components/send/send-content/send-hex-data-row/index.js (limited to 'ui/app/components/send/send-content/send-hex-data-row/index.js') diff --git a/ui/app/components/send/send-content/send-hex-data-row/index.js b/ui/app/components/send/send-content/send-hex-data-row/index.js new file mode 100644 index 000000000..4371ef83d --- /dev/null +++ b/ui/app/components/send/send-content/send-hex-data-row/index.js @@ -0,0 +1 @@ +export { default } from './send-hex-data-row.component' -- cgit v1.2.3 From 9ea7411c063712825780110c10252155ccb61e44 Mon Sep 17 00:00:00 2001 From: Whymarrh Whitby Date: Mon, 16 Jul 2018 20:13:32 -0230 Subject: Hook up send component w/ UPDATE_SEND_HEX_DATA action --- ui/app/components/send/send-content/send-hex-data-row/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/app/components/send/send-content/send-hex-data-row/index.js') diff --git a/ui/app/components/send/send-content/send-hex-data-row/index.js b/ui/app/components/send/send-content/send-hex-data-row/index.js index 4371ef83d..08c341067 100644 --- a/ui/app/components/send/send-content/send-hex-data-row/index.js +++ b/ui/app/components/send/send-content/send-hex-data-row/index.js @@ -1 +1 @@ -export { default } from './send-hex-data-row.component' +export { default } from './send-hex-data-row.container' -- cgit v1.2.3