Fix: correctly set visible on screens

This commit is contained in:
Paul Frazee 2022-11-17 13:15:04 -06:00
parent 8b584c8c09
commit c6b137a153
2 changed files with 1 additions and 2 deletions

View file

@ -45,7 +45,6 @@ export const Home = observer(function Home({
let aborted = false
const pollInterval = setInterval(() => doPoll(), 15e3)
if (!visible) {
console.log('hit')
return
}
if (hasSetup) {