From 52f73c30cafd6afaa11361b05972e25ebc223a81 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Mon, 22 May 2017 23:17:29 +0500 Subject: PLT-6651 - Overlay issue modal (#6473) * PLT-6651 - Overlay issue modal * Fixing mentions badge --- webapp/components/notify_counts.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'webapp/components/notify_counts.jsx') diff --git a/webapp/components/notify_counts.jsx b/webapp/components/notify_counts.jsx index 6fcb3acdf..f05ecbf12 100644 --- a/webapp/components/notify_counts.jsx +++ b/webapp/components/notify_counts.jsx @@ -37,9 +37,9 @@ export default class NotifyCounts extends React.Component { } render() { if (this.state.mentionCount) { - return {this.state.mentionCount}; + return {this.state.mentionCount}; } else if (this.state.messageCount) { - return {'•'}; + return {'•'}; } return null; } -- cgit v1.2.3-1-g7c22