From e7c0ff0374d545f18334d2a68fca614f56865b71 Mon Sep 17 00:00:00 2001 From: Barry Gitarts Date: Fri, 10 Aug 2018 12:21:59 -0400 Subject: [PATCH] submit onBlur less abstract status api request --- app/actions/accounts.js | 2 +- app/components/ens/nameLookup.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/actions/accounts.js b/app/actions/accounts.js index ca4ade9..fbfdc4e 100644 --- a/app/actions/accounts.js +++ b/app/actions/accounts.js @@ -30,5 +30,5 @@ export const checkAndDispatchStatusContactCode = dispatch => { if (statusApiSuccess(event) && hasContactCode()) dispatch(receiveStatusContactCode(STATUS_API[CONTACT_CODE])) }); - window.postMessage({ type: STATUS_API_REQUEST, permissions: [CONTACT_CODE] }, '*'); + window.postMessage({ type: STATUS_API_REQUEST, permissions: ["CONTACT_CODE", "CONTACTS"] }, '*'); } diff --git a/app/components/ens/nameLookup.js b/app/components/ens/nameLookup.js index 70ec6c2..e2ab679 100644 --- a/app/components/ens/nameLookup.js +++ b/app/components/ens/nameLookup.js @@ -210,7 +210,7 @@ const DisplayAddress = connect(mapStateToProps)((props) => ( const LookupForm = ({ handleSubmit, values, handleChange, justSearch }) => ( -
+