From 49129fb15a4b3efaa637aece7510f6d7b1d69a68 Mon Sep 17 00:00:00 2001 From: Pavel Laptev Date: Wed, 14 Feb 2024 13:11:44 +0100 Subject: [PATCH] chore: formatting fix --- gitbutler-ui/src/lib/components/BranchCard.svelte | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/gitbutler-ui/src/lib/components/BranchCard.svelte b/gitbutler-ui/src/lib/components/BranchCard.svelte index 485d637d9..fca185f76 100644 --- a/gitbutler-ui/src/lib/components/BranchCard.svelte +++ b/gitbutler-ui/src/lib/components/BranchCard.svelte @@ -52,10 +52,7 @@ let rsViewport: HTMLElement; const userSettings = getContext(SETTINGS_CONTEXT); - const defaultBranchWidthRem = persisted( - 24, - 'defaulBranchWidth' + project.id - ); + const defaultBranchWidthRem = persisted(24, 'defaulBranchWidth' + project.id); const laneWidthKey = 'laneWidth_'; let laneWidth: number;