mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-27 17:31:50 +02:00
Initialise profile state
This commit is contained in:
parent
2cb4c897ce
commit
31855f18f8
@ -45,6 +45,7 @@ export default React.createClass({
|
|||||||
getInitialState() {
|
getInitialState() {
|
||||||
return {
|
return {
|
||||||
hover: false,
|
hover: false,
|
||||||
|
profile: null,
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user