mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-17 19:15:59 +08:00
fix(about page): ad wrappers always visible even if ads are disabled
This commit is contained in:
parent
c4446e9fb0
commit
4b3c9f2308
1 changed files with 3 additions and 1 deletions
|
@ -213,4 +213,6 @@ export const page = new Page(
|
|||
}
|
||||
);
|
||||
|
||||
Skeleton.save("pageAbout");
|
||||
$(() => {
|
||||
Skeleton.save("pageAbout");
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue