Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 25, 2024
1 parent 8da2baf commit 5e18889
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export class GuidedPreform extends Page {
});

const dependentEl = this.inputs[dependent.name];
const dependentParent = dependentEl.parentElement
const dependentParent = dependentEl.parentElement;

const attr = dependent.attribute ?? "hidden";

Expand Down

0 comments on commit 5e18889

Please sign in to comment.