Skip to content

Commit dbc0c8c

Browse files
authored
Update Wallet.svelte
1 parent 5ef3d21 commit dbc0c8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/Wallet.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
getBalance(address).then((res) => {
5353
saldo = res;
5454
});
55-
let listTransactions:object[]=[]
55+
export let listTransactions:object[]=[]
5656
$: if (address.length == 56) {
5757
5858
eventSourceListener(

0 commit comments

Comments
 (0)