File tree 3 files changed +3
-3
lines changed
client-flux/js/components/cart
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ var Cart = React.createClass({
40
40
</ tbody >
41
41
< tfoot >
42
42
< tr >
43
- < td colspan = "4" align = "right" > Total</ td >
43
+ < td colSpan = "4" align = "right" > Total</ td >
44
44
< td align = "right" > ${ total } </ td >
45
45
</ tr >
46
46
</ tfoot >
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ let Cart = React.createClass({
42
42
</ tbody >
43
43
< tfoot >
44
44
< tr >
45
- < td colspan = "4" align = "right" > Total</ td >
45
+ < td colSpan = "4" align = "right" > Total</ td >
46
46
< td align = "right" > ${ total } </ td >
47
47
</ tr >
48
48
</ tfoot >
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ class Template extends React.Component {
13
13
}
14
14
15
15
Template . propTypes = {
16
- children : React . PropTypes . array
16
+ children : React . PropTypes . node
17
17
} ;
18
18
19
19
export default Template ;
You can’t perform that action at this time.
0 commit comments