diff --git a/src/js/common/components/ChallengeInviteFriends/BoostLearnMoreModal.jsx b/src/js/common/components/ChallengeInviteFriends/BoostLearnMoreModal.jsx index 6006aa963..833f353f9 100644 --- a/src/js/common/components/ChallengeInviteFriends/BoostLearnMoreModal.jsx +++ b/src/js/common/components/ChallengeInviteFriends/BoostLearnMoreModal.jsx @@ -8,7 +8,6 @@ import stringContains from '../../utils/stringContains'; import CandidateStore from '../../../stores/CandidateStore'; import MeasureStore from '../../../stores/MeasureStore'; import SupportStore from '../../../stores/SupportStore'; -import PayToPromoteProcess from '../CampaignSupport/PayToPromoteProcess'; // const PayToPromoteProcess = React.lazy(() => import(/* webpackChunkName: 'PayToPromoteProcess' */ './PayToPromoteProcess')); // eslint-disable-line import/no-cycle @@ -183,11 +182,8 @@ class BoostLearnMoreModal extends Component { // console.log('BoostLearnMoreModal render, voter_address_object: ', voter_address_object); const textFieldJSX = ( - + +
Learn more content here
); @@ -196,9 +192,9 @@ class BoostLearnMoreModal extends Component { // dialogTitleJSX={<>{dialogTitleText}} commented because it is not working but can restore if needed show={show} dialogTitleJSX={
Learn More
} - textFieldJSX={
Learn more content here
} + //textFieldJSX={
Learn more content here
} // tallMode commented because it is not working but can restore if needed - // textFieldJSX={textFieldJSX} commented because it is not working but can restore if needed + textFieldJSX={textFieldJSX} toggleModal={this.props.toggleModal} /> );