mirror of
https://github.com/fazo96/ipfs-boards
synced 2025-01-10 12:24:20 +01:00
fix typo
This commit is contained in:
parent
032299b7db
commit
e3db14f81a
@ -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 })
|
||||
}
|
||||
})
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user