diff --git a/packages/ui/src/routes/[projectId]/components/BranchCard.svelte b/packages/ui/src/routes/[projectId]/components/BranchCard.svelte index a5fde736d..02cc3612f 100644 --- a/packages/ui/src/routes/[projectId]/components/BranchCard.svelte +++ b/packages/ui/src/routes/[projectId]/components/BranchCard.svelte @@ -330,7 +330,9 @@ {/if} {:else if branch.commits.length == 0}
Get some work done, then throw some files my way!
Nothing on this branch yet.
- {#if !readonly} -Get some work done, then throw some files my way!
- {/if} -