Skip to content

Commit

Permalink
chore(generators): clean up generator templates (react-boilerplate#1304)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dattaya authored and mxstbr committed Dec 9, 2016
1 parent 328a6ed commit de60cd3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions internals/generators/component/es6.js.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@ import messages from './messages';
class {{ properCase name }} extends React.Component { // eslint-disable-line react/prefer-stateless-function
render() {
return (
{{#if wantCSS}}
<div className={{curly true}}styles.{{ camelCase name }}{{curly}}>
{{else}}
<div>
{{/if}}
{{#if wantMessages}}
<FormattedMessage {...messages.header} />
{{/if}}
Expand Down

0 comments on commit de60cd3

Please sign in to comment.