We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a51ff50 commit ae1f4b0Copy full SHA for ae1f4b0
src/routes/(console)/organization-[organization]/header.svelte
@@ -32,8 +32,7 @@
32
33
$: organization = page.data.organization as Organization;
34
$: avatars = $members.memberships?.map((m) => m.userName || m.userEmail) ?? [];
35
- $: organizationId = organization?.$id ?? page.params.organization;
36
- $: path = `${base}/organization-${organizationId}`;
+ $: path = `${base}/organization-${organization.$id}`;
37
$: tabs = [
38
{
39
href: path,
0 commit comments