diff --git a/web/sidebar/app-switcher.react.js b/web/sidebar/app-switcher.react.js
--- a/web/sidebar/app-switcher.react.js
+++ b/web/sidebar/app-switcher.react.js
@@ -88,7 +88,7 @@
invariant(viewerID, 'should be set');
let chatBadge = null;
if (boundUnreadCount > 0) {
- chatBadge =
{boundUnreadCount}
;
+ chatBadge = {boundUnreadCount};
}
const chatNavClasses = classNames({
diff --git a/web/sidebar/left-layout-aside.css b/web/sidebar/left-layout-aside.css
--- a/web/sidebar/left-layout-aside.css
+++ b/web/sidebar/left-layout-aside.css
@@ -40,7 +40,7 @@
position: relative;
}
-div.chatBadge {
+span.chatBadge {
position: absolute;
top: -4px;
left: 13px;