@ -77,10 +77,9 @@ export default new (class DashboardPage extends StatefulPage<State, typeof actio
{
/* HTML */ `<script>
(function () {
setInterval(function () {
document.location = document.location;
}),
}, 15 * 1000);
15 * 1000;
</script>`
}
</div>