From 9c5fb1fead3bdc37a6f58b06e1ee4ab2d237e34b Mon Sep 17 00:00:00 2001 From: Robert Foster Date: Thu, 28 Feb 2019 11:01:59 +1000 Subject: [PATCH] Fix for Content App badges not being displayed (#4787) (cherry picked from commit 055f983cbffc63e952e247f4b474765ad5939dba) --- .../src/views/components/editor/umb-editor-navigation-item.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/views/components/editor/umb-editor-navigation-item.html b/src/Umbraco.Web.UI.Client/src/views/components/editor/umb-editor-navigation-item.html index 7d84cf830f..3e5a6152fe 100644 --- a/src/Umbraco.Web.UI.Client/src/views/components/editor/umb-editor-navigation-item.html +++ b/src/Umbraco.Web.UI.Client/src/views/components/editor/umb-editor-navigation-item.html @@ -7,7 +7,7 @@ ng-class="{'is-active': vm.item.active, '-has-error': vm.item.hasError}"> {{ vm.item.name }} -
{{vm.item.badge.count}}
+
{{vm.item.badge.count}}