1
0
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:
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,
};
},