|
|
@ -33,7 +33,6 @@ const App = React.createClass({
|
|
|
|
render() {
|
|
|
|
render() {
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
<Menu
|
|
|
|
<Menu
|
|
|
|
theme="dark"
|
|
|
|
|
|
|
|
onClick={this.handleClick}
|
|
|
|
onClick={this.handleClick}
|
|
|
|
selectedKeys={[this.state.current]}
|
|
|
|
selectedKeys={[this.state.current]}
|
|
|
|
mode="horizontal"
|
|
|
|
mode="horizontal"
|
|
|
|