We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59fcfaf commit c47f51cCopy full SHA for c47f51c
svelte/src/components/Collection/Collection.svelte
@@ -2,10 +2,10 @@
2
import { DEFAULT_NAME, DEFAULT_SYMBOL } from "@kredeum/common/src/common/config";
3
import CollectionData from "./CollectionData.svelte";
4
5
- /////////////////////////////////////////////////
+ //////////////////////////////////////////////////
6
// <Collection {chainId} {address} {account}? />
7
// Display Collection
8
9
export let chainId: number;
10
export let address: string;
11
export let account: string | undefined = undefined;
0 commit comments