Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wighawag committed Nov 29, 2023
1 parent abe5108 commit fef82df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/lib/web3/Web3Executing.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
>
</div>
</Modal>
{:else if $account.loadingData}
<Modal cancelation={{cancelable: false}} settings={{type: 'info', message: $account.loadingData}} />
{:else if $account.isLoadingData}
<Modal cancelation={{cancelable: false}} settings={{type: 'info', message: $account.isLoadingData}} />
<!-- TODO account need to be connected -->
{:else if $account.state === 'Disconnected' && !$account.unlocking}
<Modal cancelation={{cancelable: false}}>
Expand Down

0 comments on commit fef82df

Please sign in to comment.