Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/reactjs/reactjs.org into …
Browse files Browse the repository at this point in the history
…sync-c792f7d2
  • Loading branch information
react-translation-bot committed Feb 26, 2019
2 parents d34cd21 + c792f7d commit 54239b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion content/blog/2019-02-23-is-react-translated-yet.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Finally, I would like to extend my gratitude to the following people and groups:

* All the translation maintainers and contributors who are helping translate React to more than thirty languages.
* The [Vue.js Japan User Group](https://github.com/vuejs-jp) for initiating the idea of having bot-managed translations, and especially [Hanatani Takuma](https://github.com/potato4d) for helping us understand their approach and helping maintain the Japanese translation.
* [Soichiro Miki](https://github.com/smikitki) for many [contributions](https://github.com/reactjs/reactjs.org/pull/1636) and thoughtful comments on the overall translation process, as well as for maintaining the Japanese translation.
* [Soichiro Miki](https://github.com/smikitky) for many [contributions](https://github.com/reactjs/reactjs.org/pull/1636) and thoughtful comments on the overall translation process, as well as for maintaining the Japanese translation.
* [Eric Nakagawa](https://github.com/ericnakagawa) for managing our previous translation process.
* [Brian Vaughn](https://github.com/bvaughn) for setting up the [languages page](/languages) and managing all the subdomains.

Expand Down
2 changes: 1 addition & 1 deletion src/components/CodeEditor/CodeEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class CodeEditor extends Component {
}

render() {
const {children, containerNodeID} = this.props;
const {containerNodeID} = this.props;
const {
compiledES6,
code,
Expand Down
5 changes: 1 addition & 4 deletions src/templates/components/Sidebar/Section.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,7 @@ class Section extends React.Component {
? activeItemId === item.id
: isItemActive(location, item),
item: section.isOrdered
? {
...item,
title: `${index + 1}. ${item.title}`,
}
? {...item, title: `${index + 1}. ${item.title}`}
: item,
location,
onLinkClick,
Expand Down

0 comments on commit 54239b4

Please sign in to comment.