Skip to content

Commit

Permalink
Return null instead of html ``
Browse files Browse the repository at this point in the history
  • Loading branch information
lesleyjanenorton committed Sep 4, 2024
1 parent bdf9eb3 commit 4a68cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/vpncard.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export class VPNCard extends LitElement {
: html``;

const subLine = this.enabled
? html``
? null
: html`<p class="subline">${tr("turnOnForPrivateConnection")}</p>`;
const vpnHeader = this.enabled ? tr("vpnIsOn") : tr("vpnIsOff");

Expand Down

0 comments on commit 4a68cb5

Please sign in to comment.