Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Commit

Permalink
fix: Don't override element reference
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversalzburg committed Jul 18, 2021
1 parent 7712464 commit bbf1f47
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/userscript/source/ui/UnlockingSettingsUi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ export class UnlockingSettingsUi extends SettingsSectionUi<UnlockingSettings> {
},
});

policy.$enabled = policyButton;
policiesList.append(policyButton);
}
const policiesItemsButton = this._getItemsToggle("policies-show");
Expand Down

0 comments on commit bbf1f47

Please sign in to comment.