From d87c5b6a1b776b762bf88941e095f4fbbf353c0e Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Fri, 3 Apr 2026 17:33:30 +0200 Subject: [PATCH] fix(dashboard): remove status list if there are none - resolves https://github.com/nextcloud/server/issues/59334 If there are no status entries the list must be removed. Its not valid to show an empty list as per accessibility rules: https://www.w3.org/TR/wai-aria-1.2/#mustContain Signed-off-by: Ferdinand Thiessen --- apps/dashboard/src/DashboardApp.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dashboard/src/DashboardApp.vue b/apps/dashboard/src/DashboardApp.vue index 5c7e503854521..a73e082a001dc 100644 --- a/apps/dashboard/src/DashboardApp.vue +++ b/apps/dashboard/src/DashboardApp.vue @@ -5,7 +5,7 @@