Initialise profile state

This commit is contained in:
lukebarnard 2018-01-02 15:56:32 +00:00
parent 2cb4c897ce
commit 31855f18f8

View file

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