Skip to content

Commit

Permalink
remove value as it leads to problems in sherlock
Browse files Browse the repository at this point in the history
  • Loading branch information
NilsJacobsen committed Apr 11, 2024
1 parent 1a27603 commit ca00e01
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ export class LintRuleLevelObjectInput extends LitElement {
</div>
<div class="container">
${this.modules &&
this.value &&
this.modules.map((module) => {
return module.id.split(".")[0] !== "plugin"
? html`<div class="rule-container">
Expand Down

0 comments on commit ca00e01

Please sign in to comment.