Skip to content

Commit

Permalink
Integration Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rperez89 committed May 15, 2020
1 parent b6e5de4 commit 20c02b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ const EmailNotificationsManager = React.memo(
return (
<VerifyEmailAddressPreferences
email={subscriptionProgress.email}
onResend={() => {}}
onResend={() => {} /* TODO- !!! */}
/>
)
}
Expand Down
6 changes: 4 additions & 2 deletions src/components/EmailNotifications/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand All @@ -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: {
Expand Down

0 comments on commit 20c02b2

Please sign in to comment.