mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 18:25:49 +03:00
we don't actually use state.room
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
b6182f7e6c
commit
38e8488c2a
1 changed files with 0 additions and 2 deletions
|
@ -48,8 +48,6 @@ const Quote = React.createClass({
|
|||
|
||||
getInitialState() {
|
||||
return {
|
||||
// The room related to this quote
|
||||
room: null,
|
||||
// The event related to this quote
|
||||
event: null,
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue