We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d4b676 commit d51c693Copy full SHA for d51c693
src/views/WalletCheck.svelte
@@ -58,7 +58,7 @@
58
window.scrollTo(0, 0)
59
}
60
61
- let originalOverflowValue
+ let originalOverflowValue: string
62
63
onMount(() => {
64
originalOverflowValue = window.document.body.style.overflow
src/views/WalletSelect.svelte
@@ -61,7 +61,7 @@
65
66
67
0 commit comments