Fixing Svelte-check errors
This commit is contained in:
parent
085a4d41fd
commit
0afdbf7040
15 changed files with 79 additions and 44 deletions
|
@ -7,7 +7,7 @@
|
|||
let w = '500px';
|
||||
let h = '250px';
|
||||
let hidden = true;
|
||||
let cvIframe;
|
||||
let cvIframe: HTMLIFrameElement;
|
||||
|
||||
function closeCard() {
|
||||
requestVisitCardsStore.set(null);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue