Skip to content

Commit

Permalink
Stop nulling out VPN state
Browse files Browse the repository at this point in the history
  • Loading branch information
lesleyjanenorton committed Sep 23, 2024
1 parent be21f54 commit b922541
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ui/browserAction/popupPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ export class BrowserActionPopup extends LitElement {
this.pageURL = null;
this._siteContext = null;
vpnController.state.subscribe((s) => {
this.vpnState = null;
/** @type {VPNState} */
this.vpnState = s;
});
Expand Down

0 comments on commit b922541

Please sign in to comment.