From 9403880e4dc3d7b5f053a9644863e951aea25ed8 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Fri, 26 Sep 2025 19:24:59 +0200 Subject: [PATCH 1/2] fix(account-menu): avoid having duplicate IDs for account menu entries without href links When the account menu entry doesn't have an href property (for instance the entry added by First Run Wizard), the ID is duplicated between the list item and the tag it contains Signed-off-by: Thomas Citharel --- core/src/components/AccountMenu/AccountMenuEntry.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/AccountMenu/AccountMenuEntry.vue b/core/src/components/AccountMenu/AccountMenuEntry.vue index d983226d273e1..1d5b2b20b7d8c 100644 --- a/core/src/components/AccountMenu/AccountMenuEntry.vue +++ b/core/src/components/AccountMenu/AccountMenuEntry.vue @@ -4,7 +4,7 @@ -->