summaryrefslogtreecommitdiffstats
path: root/web/react/components/unread_channel_indicator.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'web/react/components/unread_channel_indicator.jsx')
-rw-r--r--web/react/components/unread_channel_indicator.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/unread_channel_indicator.jsx b/web/react/components/unread_channel_indicator.jsx
index c0c34584f..509ac9e4d 100644
--- a/web/react/components/unread_channel_indicator.jsx
+++ b/web/react/components/unread_channel_indicator.jsx
@@ -31,5 +31,5 @@ UnreadChannelIndicator.defaultProps = {
UnreadChannelIndicator.propTypes = {
show: React.PropTypes.bool,
extraClass: React.PropTypes.string,
- text: React.PropTypes.string
+ text: React.PropTypes.object
};