From fa04ccfbe5a252f090cea8d82f30b6b56d405d3e Mon Sep 17 00:00:00 2001
From: Pavel Dohnal {MailPoet.I18n.t('welcomeWizardMSSFreeSubtitle')}{MailPoet.I18n.t('welcomeWizardMSSFreeTitle')}
@@ -45,7 +49,7 @@ const NotFreePlanSubscribers = () => (
@@ -86,6 +98,7 @@ const Step = (props) => (
Step.propTypes = {
next: PropTypes.func.isRequired,
subscribersCount: PropTypes.number.isRequired,
+ mailpoetAccountUrl: PropTypes.string.isRequired,
};
export default Step;
diff --git a/assets/js/src/wizard/welcome_wizard_controller.jsx b/assets/js/src/wizard/welcome_wizard_controller.jsx
index ee59cfd2b8..83335ec06e 100644
--- a/assets/js/src/wizard/welcome_wizard_controller.jsx
+++ b/assets/js/src/wizard/welcome_wizard_controller.jsx
@@ -164,6 +164,7 @@ const WelcomeWizardStepsController = (props) => {