From 20c02b237fc1b048e93f0d22775876637f53eb6e Mon Sep 17 00:00:00 2001 From: Rodrigo Perez Date: Fri, 15 May 2020 14:28:25 -0300 Subject: [PATCH] Integration Fixes --- .../EmailNotifications/EmailNotificationsManager.js | 2 +- src/components/EmailNotifications/constants.js | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/components/EmailNotifications/EmailNotificationsManager.js b/src/components/EmailNotifications/EmailNotificationsManager.js index b840db90..39414202 100644 --- a/src/components/EmailNotifications/EmailNotificationsManager.js +++ b/src/components/EmailNotifications/EmailNotificationsManager.js @@ -602,7 +602,7 @@ const EmailNotificationsManager = React.memo( return ( {}} + onResend={() => {} /* TODO- !!! */} /> ) } diff --git a/src/components/EmailNotifications/constants.js b/src/components/EmailNotifications/constants.js index be45dd82..258499bb 100644 --- a/src/components/EmailNotifications/constants.js +++ b/src/components/EmailNotifications/constants.js @@ -53,6 +53,10 @@ export const VERIFICATION_ERROR_SCREEN = Symbol('VERIFICATION_ERROR_SCREEN') export const VERIFICATION_SUCCESS_SCREEN = Symbol( 'VERIFICATION_SUCCESSFUL_SCREEN' ) + +export const VERIFY_EMAIL_ADDRESS_PREFERENCES = Symbol( + 'VERIFY_EMAIL_ADDRESS_PREFERENCES' +) //* *********************************** ACTIONS ************************************************************************* export const DELETE_ACTION = Symbol('DELETE_ACTION') export const DELETE_ACTION_PREFERENCES = Symbol('DELETE_ACTION_PREFERENCES') @@ -62,8 +66,6 @@ export const SUBSCRIBE_EXISTING_ACTION = Symbol('SUBSCRIBE_EXISTING_ACTION') export const SUBSCRIBE_MODAL_ACTION = Symbol('SUBSCRIBE_MODAL_ACTION') export const UNLOCK_SETTINGS_ACTION = Symbol('UNLOCK_SETTINGS') -//* *********************************** STATUS INFO ************************************************************************* - export const SETTINGS = { [DELETE_ACTION]: { signatureSettings: {