Skip to content

Commit

Permalink
Fix missing ' in CreateButton for onlyUpdateForKeys
Browse files Browse the repository at this point in the history
resolves marmelab#1072
  • Loading branch information
natrim committed Sep 22, 2017
1 parent f603927 commit 9d1c83e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mui/button/CreateButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ CreateButton.propTypes = {
};

const enhance = compose(
onlyUpdateForKeys(['basePath, label']),
onlyUpdateForKeys(['basePath', 'label']),
withWidth(),
translate
);
Expand Down

0 comments on commit 9d1c83e

Please sign in to comment.