Trying to fix visual test under node 24

This commit is contained in:
Przemek Więch
2026-06-24 22:54:40 +02:00
parent 994624465d
commit 1d80c07bf9
2 changed files with 2 additions and 2 deletions

View File

@@ -68,7 +68,7 @@ export function Changelog() {
setOpen(!!changes);
updateSeenVersion();
})();
});
}, []);
return (
<Modal open={open} centered={false}>

View File

@@ -27,7 +27,7 @@ function Contents() {
setChangelog(await getChangelog(1));
updateSeenVersion();
})();
});
}, []);
return (
<>