summaryrefslogtreecommitdiffstats
path: root/webapp/components/suggestion
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2016-12-06 20:51:31 +0500
committerChristopher Speller <crspeller@gmail.com>2016-12-06 10:51:31 -0500
commit08c2d289420746992b99bfe992144ef9b06b025a (patch)
treef05f475b5c81b0b89f687192e780f0efceaf24a8 /webapp/components/suggestion
parent42f28886cca4ddf0f2814ce27d6dfbce95aa1625 (diff)
downloadchat-08c2d289420746992b99bfe992144ef9b06b025a.tar.gz
chat-08c2d289420746992b99bfe992144ef9b06b025a.tar.bz2
chat-08c2d289420746992b99bfe992144ef9b06b025a.zip
Multiple UI Improvements (#4712)
* Multiple UI Improvements * Reverting modal animation
Diffstat (limited to 'webapp/components/suggestion')
-rw-r--r--webapp/components/suggestion/switch_channel_provider.jsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/webapp/components/suggestion/switch_channel_provider.jsx b/webapp/components/suggestion/switch_channel_provider.jsx
index 534a7e30f..cb907862a 100644
--- a/webapp/components/suggestion/switch_channel_provider.jsx
+++ b/webapp/components/suggestion/switch_channel_provider.jsx
@@ -35,6 +35,8 @@ class SwitchChannelSuggestion extends Suggestion {
icon = <div className='status'><i className='fa fa-globe'/></div>;
} else if (item.type === Constants.PRIVATE_CHANNEL) {
icon = <div className='status'><i className='fa fa-lock'/></div>;
+ } else {
+ icon = <div className='status'><i className='fa fa-user'/></div>;
}
return (