summaryrefslogtreecommitdiffstats
path: root/web/react/components/unread_channel_indicator.jsx
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2016-02-01 09:52:01 -0500
committerJoram Wilander <jwawilander@gmail.com>2016-02-01 09:52:01 -0500
commitcaf957312b4e71151319ebb7395ddac8fcac85fc (patch)
treed93a69e839666a9626ba936b7e44f52ac9d48845 /web/react/components/unread_channel_indicator.jsx
parent4a214cdaa2912f48dec4361722522c424384af49 (diff)
parenta6102e27d48d00fcc733c4d16754961903a239e0 (diff)
downloadchat-caf957312b4e71151319ebb7395ddac8fcac85fc.tar.gz
chat-caf957312b4e71151319ebb7395ddac8fcac85fc.tar.bz2
chat-caf957312b4e71151319ebb7395ddac8fcac85fc.zip
Merge pull request #2038 from ZBoxApp/PLT-7-sidebar
PLT-7: Refactoring frontend (chunk 8)
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
};