1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-30 19:50:01 +02:00

en sections 31-35

This commit is contained in:
Pomax
2017-03-15 14:04:54 -07:00
parent 394be9f9a6
commit cd9bf5c27a
38 changed files with 355 additions and 522 deletions

View File

@@ -116,9 +116,7 @@ var Whatis = React.createClass({
},
render: function() {
return (
<section>{ locale.getContent(page, this) }</section>
);
return locale.getContent(page, this);
}
});