Commit ff857438 by hfpp2012 yinsigan

fix typo

1 parent 49777b88
......@@ -17,11 +17,6 @@ class Header extends React.Component {
actions.getHeader()
}
addRepo(repo) {
let data = ReactAddonsUpdate(this.state.data, { $push: [repo] })
this.setState({ data: data })
}
render() {
const { response, actions } = this.props
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!