From 1aade6207bc3b1fa20314ea8262cb6485f1f67a1 Mon Sep 17 00:00:00 2001 From: Julien Veyssier Date: Mon, 23 Sep 2024 19:54:56 +0200 Subject: [PATCH] fix(NcListItem): change condition to display the counter number according to the doc, previous condition was always showing it Signed-off-by: Julien Veyssier --- src/components/NcListItem/NcListItem.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/NcListItem/NcListItem.vue b/src/components/NcListItem/NcListItem.vue index 21d48d4eac..5d35e1751e 100644 --- a/src/components/NcListItem/NcListItem.vue +++ b/src/components/NcListItem/NcListItem.vue @@ -482,10 +482,10 @@ The `actions-icon` slot can be used to pass icon to the inner NcActions componen {{ details }} -
-