we don't actually use state.room

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/21833/head
Michael Telatynski 2017-12-12 23:25:38 +00:00
parent b6182f7e6c
commit 38e8488c2a
No known key found for this signature in database
GPG Key ID: 3F879DA5AD802A5E
1 changed files with 0 additions and 2 deletions

View File

@ -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,
};