Remove unused property

This commit is contained in:
User user 2021-05-18 09:18:57 +02:00
parent ccb5aa023f
commit 95ef923844
1 changed files with 0 additions and 1 deletions

View File

@ -57,7 +57,6 @@ const Debounce = (callback: () => void, iv = 500, max = 100) => {
}, iv);
}
},
close: () => {},
};
};