Skip to content

Commit 2daa50b

Browse files
Merge pull request #8317 from gitbutlerapp/fix-double-chrome
Fix double chrome
2 parents 72f12ab + cb648aa commit 2daa50b

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

apps/desktop/src/routes/[projectId]/+layout.svelte

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -329,13 +329,7 @@
329329
{/if}
330330
</div>
331331
{:else if $mode?.type === 'OutsideWorkspace'}
332-
{#if $settingsStore?.featureFlags.v3}
333-
<Chrome {projectId} sidebarDisabled>
334-
<NotOnGitButlerBranch {baseBranch} />
335-
</Chrome>
336-
{:else}
337-
<NotOnGitButlerBranch {baseBranch} />
338-
{/if}
332+
<NotOnGitButlerBranch {baseBranch} />
339333
{/if}
340334
{/if}
341335
{/key}

0 commit comments

Comments
 (0)