Skip to content

Commit

Permalink
fix homepage when not connected
Browse files Browse the repository at this point in the history
  • Loading branch information
zapaz committed May 15, 2024
1 parent 8fe5350 commit 84cba1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svelte/src/components/Collection/CollectionSelect.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
// let i: number = 0;
// HANDLE CHANGE : on truthy chainId and account, and whatever mintable
$: $refreshAll, mintable, chainId && account && handleChangeCollection();
$: $refreshAll, mintable, chainId && handleChangeCollection();
const handleChangeCollection = async (): Promise<void> => {
// console.log(`COLLECTION LIST CHANGE #${i++} ${keyCollection(chainId, account || ADDRESS_ZERO)}`);
Expand Down

0 comments on commit 84cba1a

Please sign in to comment.