diff --git a/frontend/src/lib/components/DraftBadge.svelte b/frontend/src/lib/components/DraftBadge.svelte index 4620967ba6..4bf200b1fc 100644 --- a/frontend/src/lib/components/DraftBadge.svelte +++ b/frontend/src/lib/components/DraftBadge.svelte @@ -88,12 +88,16 @@ Is deployed and has a draft {/if} {/snippet} -
+ {#if draft_users.length > 0} -
+ + {#each visibleUsers as u} 0} +{overflowCount} {/if} -
+ {/if} - {draft_only ? 'Draft only' : 'Draft'} -
+ {draft_only ? 'Draft only' : 'Draft'} + {/if}