Fix: correctly set visible on screens
This commit is contained in:
parent
8b584c8c09
commit
c6b137a153
2 changed files with 1 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue