diff --git a/src/components/views/elements/Quote.js b/src/components/views/elements/Quote.js index c7f785f2cf..96bebf8bcd 100644 --- a/src/components/views/elements/Quote.js +++ b/src/components/views/elements/Quote.js @@ -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, };