mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-27 02:05:34 +02:00
en sections 31-35
This commit is contained in:
@@ -139,7 +139,7 @@ var Tracing = React.createClass({
|
||||
},
|
||||
|
||||
render: function() {
|
||||
return <section>{ locale.getContent(page, this) }</section>;
|
||||
return locale.getContent(page, this);
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user