Skip to content

Commit 1029f81

Browse files
committed
secrets: hide heading for empty workload references
1 parent 5b0c3af commit 1029f81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/team/[team]/[env]/secret/[secret]/+page.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,8 @@
236236
This section lists all workloads that use this secret.
237237
</HelpText>
238238
</h4>
239-
<h5>Applications</h5>
240239
{#if secret.apps.length > 0}
240+
<h5>Applications</h5>
241241
<ul>
242242
{#each secret.apps as app}
243243
<li><a href="/team/{team}/{env}/app/{app.name}">{app.name}</a></li>

0 commit comments

Comments
 (0)