diff --git a/ui/src/Layout/LayoutBar.svelte b/ui/src/Layout/LayoutBar.svelte
index 7d408b1..0504630 100644
--- a/ui/src/Layout/LayoutBar.svelte
+++ b/ui/src/Layout/LayoutBar.svelte
@@ -17,7 +17,7 @@
import { getContext } from '~/store';
import AgentAvatar from '~/shared/AgentAvatar.svelte';
- const { profilesStore, pubKey } = getContext();
+ const { profilesStore, pubKey, weaveClient } = getContext();
export let title = 'Board Gamez';
export let canChangeTitle: boolean = false;
@@ -50,7 +50,7 @@