Skip to content

Commit

Permalink
Fix container template not normalizing name (#2357)
Browse files Browse the repository at this point in the history
Resolves #2353
  • Loading branch information
2manyvcos authored and julienben committed Oct 9, 2018
1 parent 114b57d commit 1b77c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internals/generators/container/index.js.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export class {{ properCase name }} extends React.{{{ component }}} {

{{#if wantActionsAndReducer}}
const mapStateToProps = createStructuredSelector({
{{name}}: makeSelect{{properCase name}}(),
{{camelCase name}}: makeSelect{{properCase name}}(),
});
{{/if}}

Expand Down

0 comments on commit 1b77c9c

Please sign in to comment.