From 8a780340792445fff1f78db994fb78acb5da8304 Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Wed, 26 Mar 2025 22:01:18 +0100 Subject: [PATCH] feat(dashboard): active item for teams + runners --- src/components/dashboard/Dashboard.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/dashboard/Dashboard.svelte b/src/components/dashboard/Dashboard.svelte index 267b256b..33127552 100644 --- a/src/components/dashboard/Dashboard.svelte +++ b/src/components/dashboard/Dashboard.svelte @@ -42,7 +42,7 @@ {#if store.state.jwtinfo.userdetails.permissions.includes("RUNNER:GET")} @@ -63,7 +63,7 @@ {/if} {#if store.state.jwtinfo.userdetails.permissions.includes("TEAM:GET")}