Skip to content

Commit

Permalink
<EthereumNftBalancesLoader>: ensure summary is passed to slot for Nft…
Browse files Browse the repository at this point in the history
…Provider.Airstack
  • Loading branch information
darrylyeo committed Apr 27, 2023
1 parent c0d0f7b commit c1772fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/EthereumNftBalancesLoader.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@
bind:result={nftContractsWithBalances}
let:result={nftContractsWithBalances}
>
<slot name="header" slot="header" let:loadingMessage let:errorMessage {nftContractsWithBalances} {status} {loadingMessage} {errorMessage} />
<slot name="header" slot="header" let:loadingMessage let:errorMessage {nftContractsWithBalances} {summary} {status} {loadingMessage} {errorMessage} />

<slot {nftContractsWithBalances} />
</Loader>
Expand Down

1 comment on commit c1772fe

@vercel
Copy link

@vercel vercel bot commented on c1772fe Apr 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

blockhead – ./

blockhead-git-main-darrylyeo.vercel.app
blockhead-darrylyeo.vercel.app
blockhead-phi.vercel.app

Please sign in to comment.