Initialise profile state
This commit is contained in:
parent
2cb4c897ce
commit
31855f18f8
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ export default React.createClass({
|
|||
getInitialState() {
|
||||
return {
|
||||
hover: false,
|
||||
profile: null,
|
||||
};
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue