Make sure the notification badge starts out hidden

This commit is contained in:
Bryan Housel
2019-04-18 19:06:23 -04:00
parent 0eed80e1d2
commit a55b4387fe
+1 -1
View File
@@ -45,7 +45,7 @@ export function uiIssues(context) {
.enter()
.append('svg')
.attr('viewbox', '0 0 ' + d + ' ' + d)
.attr('class', 'notification-badge')
.attr('class', 'notification-badge hide')
.append('circle')
.attr('cx', d / 2)
.attr('cy', d / 2)