Skip to content

Commit

Permalink
===
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 committed Aug 31, 2024
1 parent 9f4f94b commit cb6a032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/src/background/store/apiMiddleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ function disconnect(
}
} else {
monitors--;
if (monitors == 0) toAllTabs({ type: 'STOP' });
if (monitors === 0) toAllTabs({ type: 'STOP' });
}
};
}
Expand Down

0 comments on commit cb6a032

Please # to comment.