Skip to content

Commit

Permalink
fix(frontend): fix react style (#1391)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz authored May 25, 2019
1 parent 19c0439 commit 4ead996
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import React from 'react';
%>import styled from '<%= styledModule %>';<% } else {
var wrapper = 'div';
var header = 'header';
var headerAttributes = " styles={{ textAlign: 'center'}}";
var headerAttributes = " style={{ textAlign: 'center'}}";
%>import './app.<%= style %>';<% } %>

<% if (styledModule) { %>
Expand Down

0 comments on commit 4ead996

Please sign in to comment.