mirror of https://github.com/vector-im/riot-web
we don't actually use state.room
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>pull/21833/head
parent
b6182f7e6c
commit
38e8488c2a
|
@ -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 New Issue