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:
@@ -116,9 +116,7 @@ var Whatis = React.createClass({
|
||||
},
|
||||
|
||||
render: function() {
|
||||
return (
|
||||
<section>{ locale.getContent(page, this) }</section>
|
||||
);
|
||||
return locale.getContent(page, this);
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user