1
0
mirror of https://github.com/fazo96/ipfs-boards synced 2025-01-10 12:24:20 +01:00
This commit is contained in:
Enrico Fasoli 2015-12-15 23:49:54 +01:00
parent 032299b7db
commit e3db14f81a

View File

@ -28,7 +28,7 @@ module.exports = function (boardsAPI) {
// State isn't set to p directly to avoid XSS.
// There is no knowing what's gonna be in a profile
// Should also convert to string and check length etc.
this.setState({ p: p.name, description: p.description, loading: false })
this.setState({ name: p.name, description: p.description, loading: false })
}
})
},