1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-22 14:11:42 +00:00

fix planet switching bugs

This commit is contained in:
Rokt33r
2015-07-21 18:16:03 +09:00
parent 72a08e8fec
commit f0b2e91091
3 changed files with 8 additions and 7 deletions

View File

@@ -20,7 +20,7 @@ var PlanetHeader = React.createClass({
},
render: function () {
var currentPlanetName = this.props.currentPlanet.name
var currentUserName = this.props.currentUser.name
var currentUserName = this.props.currentPlanet.userName
return (
<div onClick={this.interceptClick} className='PlanetHeader'>