Initialise profile state

pull/21833/head
lukebarnard 2018-01-02 15:56:32 +00:00
parent 2cb4c897ce
commit 31855f18f8
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ export default React.createClass({
getInitialState() {
return {
hover: false,
profile: null,
};
},