Skip to content

Commit

Permalink
Remove profile link org dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyjko committed Oct 19, 2024
1 parent 13e0e0c commit 0f0e7b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/ProfileLink.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
let { profile, short = false }: Props = $props();
const context = getOrg();
let org = $derived(context.org);
let org = $derived(context?.org);
</script>

{#if profile}
Expand Down

0 comments on commit 0f0e7b0

Please sign in to comment.