From f98df48c25aec1382c3dbe79f1e8bb112165d27e Mon Sep 17 00:00:00 2001 From: leekelleher Date: Wed, 11 Sep 2019 17:55:39 +0100 Subject: [PATCH] Help Drawer - Hide Tours if there are none `vm.tours` is declared as an empty array (in the controller), it isn't null, so we need to check the array length. Otherwise if there are none, the "Tours" title is displayed. (cherry picked from commit a51f7b29de9c95b751f6997d1f18fd6f51fb5917) --- .../src/views/common/drawers/help/help.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/views/common/drawers/help/help.html b/src/Umbraco.Web.UI.Client/src/views/common/drawers/help/help.html index 56db1fd88a..0ad1f21a86 100644 --- a/src/Umbraco.Web.UI.Client/src/views/common/drawers/help/help.html +++ b/src/Umbraco.Web.UI.Client/src/views/common/drawers/help/help.html @@ -9,7 +9,7 @@ -
+
Tours