From f1a681aa4602189a929e803644d7aadf066623f6 Mon Sep 17 00:00:00 2001
From: Robin Ward <robin.ward@gmail.com>
Date: Fri, 22 Nov 2013 17:02:12 -0500
Subject: [PATCH] Fix: Participant filter was broken.

---
 .../discourse/components/topic_participant_component.js         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/assets/javascripts/discourse/components/topic_participant_component.js b/app/assets/javascripts/discourse/components/topic_participant_component.js
index 0a7a72e27..377f859d0 100644
--- a/app/assets/javascripts/discourse/components/topic_participant_component.js
+++ b/app/assets/javascripts/discourse/components/topic_participant_component.js
@@ -1,4 +1,4 @@
-Discourse.DiscourseTopicParticipantComponent = Ember.Component.extend({
+Discourse.TopicParticipantComponent = Ember.Component.extend({
 
   postStream: Em.computed.alias('participant.topic.postStream'),