return type

This commit is contained in:
Miodec 2026-01-10 18:36:34 +01:00
parent e14bc3a08e
commit 7af4ef3760

View file

@ -9,7 +9,7 @@ export function hideScrollToTop(): void {
}
export function ScrollToTop(): JSXElement {
const handleScroll = () => {
const handleScroll = (): void => {
const page = ActivePage.get();
if (page === "test") return;