diff --git a/web/frontend/src/Job.root.svelte b/web/frontend/src/Job.root.svelte
index 17588fb..8e508fa 100644
--- a/web/frontend/src/Job.root.svelte
+++ b/web/frontend/src/Job.root.svelte
@@ -76,7 +76,7 @@
duration, numNodes, numHWThreads, numAcc,
SMT, exclusive, partition, subCluster, arrayJobId,
monitoringStatus, state, walltime,
- tags { id, type, name },
+ tags { id, type, scope, name },
resources { hostname, hwthreads, accelerators },
metaData,
userData { name, email },
diff --git a/web/frontend/src/generic/helper/Tag.svelte b/web/frontend/src/generic/helper/Tag.svelte
index 2be9ee6..b3e2d6b 100644
--- a/web/frontend/src/generic/helper/Tag.svelte
+++ b/web/frontend/src/generic/helper/Tag.svelte
@@ -39,7 +39,7 @@
{#if tag}
{#if tag?.scope === "global"}
{tag.type}: {tag.name}
- {:else if tag.scope === "admin"}
+ {:else if tag?.scope === "admin"}
{tag.type}: {tag.name}
{:else}
{tag.type}: {tag.name}