From af6f0a4ccb66068bfef9f4028bfcdc3285b529d1 Mon Sep 17 00:00:00 2001 From: ArneBo Date: Fri, 13 Dec 2024 12:39:39 +0100 Subject: [PATCH] fix(ui): sidebar todo comment invisible with html comment --- front/src/ui/components/Sidebar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/ui/components/Sidebar.vue b/front/src/ui/components/Sidebar.vue index a6fcc524c..939430327 100644 --- a/front/src/ui/components/Sidebar.vue +++ b/front/src/ui/components/Sidebar.vue @@ -38,7 +38,7 @@ const uploads = useUploadsStore() color="secondary" variant="ghost" /> - //TODO: Replace button with link because navigate is not working on new Button +