Skip to content

Commit

Permalink
fixed connection and accounts issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hicaru committed Mar 16, 2024
1 parent bd8d28b commit 986bf7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bearby-extension",
"version": "0.4.4",
"version": "0.4.5",
"repository": "[email protected]:bearby-wallet/bearby-extension.git",
"author": "Rinat <[email protected]>",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion popup/components/TopBar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
{/if}
</div>
<div class="center">
{#if conn && $connectionStore.domain}
{#if conn && $connectionStore.domain && $connectionStore.accounts}
<div
class="connections"
class:enabled={Boolean(app)}
Expand Down

0 comments on commit 986bf7c

Please sign in to comment.