mirror of https://github.com/vector-im/riot-web
Initialise profile state
parent
2cb4c897ce
commit
31855f18f8
|
@ -45,6 +45,7 @@ export default React.createClass({
|
|||
getInitialState() {
|
||||
return {
|
||||
hover: false,
|
||||
profile: null,
|
||||
};
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue