diff --git a/assets/js/src/wizard/steps/pitch_mss_step.jsx b/assets/js/src/wizard/steps/pitch_mss_step.jsx index 4ac2380a02..f8ffa84981 100644 --- a/assets/js/src/wizard/steps/pitch_mss_step.jsx +++ b/assets/js/src/wizard/steps/pitch_mss_step.jsx @@ -28,7 +28,8 @@ const Controlls = (props) => ( target="_blank" rel="noopener noreferrer" className="button button-primary" - onClick={() => { + onClick={(event) => { + event.preventDefault(); window.open(props.mailpoetAccountUrl); props.next(); }}