mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-03 20:36:57 +03:00
Remove unused state variable.
This commit is contained in:
parent
bf2a4afce5
commit
06dafdc099
1 changed files with 0 additions and 1 deletions
|
@ -90,7 +90,6 @@ module.exports = React.createClass({
|
||||||
return {
|
return {
|
||||||
room: null,
|
room: null,
|
||||||
roomId: null,
|
roomId: null,
|
||||||
userId: null,
|
|
||||||
roomLoading: true,
|
roomLoading: true,
|
||||||
peekLoading: false,
|
peekLoading: false,
|
||||||
shouldPeek: true,
|
shouldPeek: true,
|
||||||
|
|
Loading…
Reference in a new issue