Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Commit

Permalink
Add newline after componentWillUnmount
Browse files Browse the repository at this point in the history
  • Loading branch information
Mosoc committed May 14, 2019
1 parent a99d010 commit 98a406b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/canner/src/hocs/validation.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ export default function withValidation(Com: React.ComponentType<*>) {
componentWillUnmount() {
this.removeOnDeploy();
}

handleValidationResult = (results) => {

let error = false;
Expand Down

0 comments on commit 98a406b

Please sign in to comment.