diff --git a/pages/dns/application-view.js b/pages/dns/application-view.js index 1853fc85..ebe5b884 100644 --- a/pages/dns/application-view.js +++ b/pages/dns/application-view.js @@ -63,19 +63,19 @@ const ApplicationView = (props) => { // } // ); -const mapStateToProps = (state) => { - return { - currentView: state.currentView, - search: state.search, - searchResultsObj: state.searchResultsObj, - formData: state.formData, - appealType: state.appealType, - form: state.form, - myCases: state.myCases, - watchedCases: state.watchedCases, - myRepresentations: state.myRepresentations, - awaitingSubmission: state.awaitingSubmission, - }; -}; +// const mapStateToProps = (state) => { +// return { +// currentView: state.currentView, +// search: state.search, +// searchResultsObj: state.searchResultsObj, +// formData: state.formData, +// appealType: state.appealType, +// form: state.form, +// myCases: state.myCases, +// watchedCases: state.watchedCases, +// myRepresentations: state.myRepresentations, +// awaitingSubmission: state.awaitingSubmission, +// }; +// }; -export default connect(mapStateToProps)(ApplicationView); +export default ApplicationView; //connect(mapStateToProps)(ApplicationView);