mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-13 19:04:06 +08:00
return type
This commit is contained in:
parent
e14bc3a08e
commit
7af4ef3760
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue