From fc58174747cd25eded07c30f5f122d4f8122e7e5 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Thu, 18 May 2017 17:57:19 +0500 Subject: PLT-6614 - Mentions badge styling and dropdown icon style (#6426) * Mentions badge styling and dropdown icon style * PLT-6134 - Fixing emoji picker border in RHS --- webapp/components/sidebar.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webapp/components/sidebar.jsx') diff --git a/webapp/components/sidebar.jsx b/webapp/components/sidebar.jsx index f8b3616f3..a0e69c52a 100644 --- a/webapp/components/sidebar.jsx +++ b/webapp/components/sidebar.jsx @@ -517,7 +517,7 @@ export default class Sidebar extends React.Component { var badge = null; if (channelMember) { if (unreadCount.mentions) { - badge = {unreadCount.mentions}; + badge = {unreadCount.mentions}; this.badgesActive = true; } } else if (this.state.loadingDMChannel === index && channel.type === Constants.DM_CHANNEL) { -- cgit v1.2.3-1-g7c22