Skip to content

Commit c47f51c

Browse files
committed
deploy integ
1 parent 59fcfaf commit c47f51c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

svelte/src/components/Collection/Collection.svelte

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
import { DEFAULT_NAME, DEFAULT_SYMBOL } from "@kredeum/common/src/common/config";
33
import CollectionData from "./CollectionData.svelte";
44
5-
/////////////////////////////////////////////////
5+
//////////////////////////////////////////////////
66
// <Collection {chainId} {address} {account}? />
77
// Display Collection
8-
/////////////////////////////////////////////////
8+
//////////////////////////////////////////////////
99
export let chainId: number;
1010
export let address: string;
1111
export let account: string | undefined = undefined;

0 commit comments

Comments
 (0)