From e11226c24669b492b0a790d6d616a401748d4ba7 Mon Sep 17 00:00:00 2001 From: Dani Palou Date: Mon, 5 Jul 2021 10:12:51 +0200 Subject: [PATCH] MOBILE-3320 more: Display chevron in IAB custom items --- src/core/features/mainmenu/pages/more/more.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/features/mainmenu/pages/more/more.html b/src/core/features/mainmenu/pages/more/more.html index 3312c99c6..df537d5e3 100644 --- a/src/core/features/mainmenu/pages/more/more.html +++ b/src/core/features/mainmenu/pages/more/more.html @@ -43,7 +43,7 @@ + [detailIcon]="item.type == 'browser' ? 'open-outline' : 'chevron-forward'">

{{item.label}}