Skip to content

Commit

Permalink
Fixed code styling issues
Browse files Browse the repository at this point in the history
  • Loading branch information
MilosRasic authored Nov 13, 2017
1 parent 8f9467a commit f9a6f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ const addValidationRule = (name, func) => {

const withFormsy = Wrapper;

const deprecatedWrapper = Component => {
const deprecatedWrapper = (Component) => {
console.warn('Wrapper has been renamed to withFormsy. Importing Wrapper from formsy-react is depreacted and will be removed in the future. Please rename your Wrapper imports to withFormsy.');

return withFormsy(Component);
Expand Down

0 comments on commit f9a6f42

Please sign in to comment.