From 986bf7c1606af8af44af0f6767b2205fc27250de Mon Sep 17 00:00:00 2001 From: hicaru Date: Sat, 16 Mar 2024 11:12:05 +0500 Subject: [PATCH] fixed connection and accounts issue --- package.json | 2 +- popup/components/TopBar.svelte | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 38883f8..d016745 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bearby-extension", - "version": "0.4.4", + "version": "0.4.5", "repository": "git@github.com:bearby-wallet/bearby-extension.git", "author": "Rinat ", "scripts": { diff --git a/popup/components/TopBar.svelte b/popup/components/TopBar.svelte index a928bc9..50b656e 100644 --- a/popup/components/TopBar.svelte +++ b/popup/components/TopBar.svelte @@ -60,7 +60,7 @@ {/if}
- {#if conn && $connectionStore.domain} + {#if conn && $connectionStore.domain && $connectionStore.accounts}