mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-14 18:26:26 +00:00
リアルタイム(SocketIO)実装 / Markdown style改善
This commit is contained in:
@@ -51,7 +51,7 @@ module.exports = React.createClass({
|
||||
PlanetStore.Actions.update(planet)
|
||||
|
||||
if (this.props.transitionTo != null) {
|
||||
this.props.transitionTo('planetHome', {userName: planet.userName, planetName: planet.name})
|
||||
this.props.transitionTo('planetHome', {userName: planet.Owner.name, planetName: planet.name})
|
||||
}
|
||||
|
||||
this.props.close()
|
||||
|
||||
Reference in New Issue
Block a user