Skip to content

Commit 47d45db

Browse files
committed
Add missing symbol
Strangely enough, this wasn't flagged when running `pnpm begood` locally. CI found it though, and it's definitely a real issue. It's unclear to me how that's possible.
1 parent 3613ad7 commit 47d45db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/desktop/src/components/BranchesViewPR.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
const forge = inject(DEFAULT_FORGE_FACTORY);
2727
const prService = $derived(forge.current.prService);
2828
const prQuery = $derived(prService?.get(prNumber, { forceRefetch: true }));
29+
const prUnit = $derived(prService?.unit);
2930
3031
const uiState = inject(UI_STATE);
3132
const projectState = $derived(uiState.project(projectId));

0 commit comments

Comments
 (0)