From d164a252074df44b234059a017ab09b7a4889626 Mon Sep 17 00:00:00 2001 From: Hunter Miller Date: Mon, 15 May 2023 15:43:46 -0500 Subject: [PATCH] contacts: actually start it --- ui/src/app.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/app.tsx b/ui/src/app.tsx index f493d4e..e26f011 100644 --- a/ui/src/app.tsx +++ b/ui/src/app.tsx @@ -104,7 +104,7 @@ const AppRoutes = () => { const { initializeKiln } = useKilnState.getState(); initializeKiln(); - useContactState.getState().initialize(api as unknown as Urbit); + useContactState.getState().start(); Mousetrap.bind(['command+/', 'ctrl+/'], () => { push('/search');