diff --git a/pkgs/clan-app/ui/src/stores/clan.ts b/pkgs/clan-app/ui/src/stores/clan.ts index 0cb0747df..74fcd4742 100644 --- a/pkgs/clan-app/ui/src/stores/clan.ts +++ b/pkgs/clan-app/ui/src/stores/clan.ts @@ -22,7 +22,7 @@ const [store, setStore] = makePersisted( * @function * @returns {string} The URI of the active clan. */ -const activeClanURI = (): string | undefined => store.activeClanURI; +const activeClanURI = () => store.activeClanURI; /** * Updates the active Clan URI in the store.