Skip to content

Commit

Permalink
Messes with names
Browse files Browse the repository at this point in the history
  • Loading branch information
knod committed Nov 29, 2018
1 parent bd691bb commit 9b398a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/prompts/PredictionsWarning.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {
* @param {function} toggleDistrustConfirmed - function to set the termsAccepted in app state
* @param {object} translations - object containing translations
*/
class PredictionsWarningComp extends Component {
class PredictionsWarning extends Component {

state = {
checkbox1: false,
Expand Down Expand Up @@ -122,9 +122,9 @@ class PredictionsWarningComp extends Component {
</Modal>
); // ends return()
}; // Ends render()
}; // Ends <PredictionsWarningComp>
}; // Ends <PredictionsWarning>

const PredictionsWarning = withRouter(PredictionsWarningComp);
const wrappedWarning = withRouter(PredictionsWarning);


export { PredictionsWarning };
export { wrappedWarning as PredictionsWarning };

0 comments on commit 9b398a0

Please sign in to comment.