You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
Initialise profile state
This commit is contained in:
@@ -45,6 +45,7 @@ export default React.createClass({
|
||||
getInitialState() {
|
||||
return {
|
||||
hover: false,
|
||||
profile: null,
|
||||
};
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user