@@ -25,7 +25,6 @@ const CandidateForExtension = React.lazy(() => import(/* webpackChunkName: 'Cand
25
25
const ClaimYourPage = React . lazy ( ( ) => import ( /* webpackChunkName: 'ClaimYourPage' */ './js/routes/Settings/ClaimYourPage' ) ) ;
26
26
const Credits = React . lazy ( ( ) => import ( /* webpackChunkName: 'Credits' */ './js/routes/More/Credits' ) ) ;
27
27
const Donate = React . lazy ( ( ) => import ( /* webpackChunkName: 'Donate' */ './js/routes/More/Donate' ) ) ;
28
- const DonateThankYou = React . lazy ( ( ) => import ( /* webpackChunkName: 'DonateThankYou' */ './js/routes/More/DonateThankYou' ) ) ;
29
28
const ElectionReminder = React . lazy ( ( ) => import ( /* webpackChunkName: 'ElectionReminder' */ './js/routes/More/ElectionReminder' ) ) ;
30
29
const Elections = React . lazy ( ( ) => import ( /* webpackChunkName: 'Elections' */ './js/routes/More/Elections' ) ) ;
31
30
const ExtensionSignIn = React . lazy ( ( ) => import ( /* webpackChunkName: 'ExtensionSignIn' */ './js/routes/More/ExtensionSignIn' ) ) ;
@@ -98,7 +97,6 @@ class App extends Component {
98
97
this . state = {
99
98
// doShowHeader: true,
100
99
// doShowFooter: true,
101
- // isInitialized: false,
102
100
showReadyLight : true ,
103
101
} ;
104
102
// this.setShowHeader = this.setShowHeader.bind(this);
@@ -261,8 +259,6 @@ class App extends Component {
261
259
< Route path = "/more/credits" component = { Credits } />
262
260
< Route path = "/more/donate" component = { isNotWeVoteMarketingSite ? ReadyRedirect : Donate } />
263
261
< Route path = "/more/donate" component = { isNotWeVoteMarketingSite ? ReadyRedirect : Donate } />
264
- < Route path = "/more/donate_thank_you" component = { isNotWeVoteMarketingSite ? ReadyRedirect : DonateThankYou } />
265
- < Route path = "/more/donate_thank_you" component = { isNotWeVoteMarketingSite ? ReadyRedirect : DonateThankYou } />
266
262
< Route path = "/more/elections" component = { Elections } />
267
263
< Route path = "/more/elections" component = { Elections } />
268
264
< Route path = "/more/extensionsignin" component = { ExtensionSignIn } />
0 commit comments