mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-09 07:25:19 +02:00
Clean up comments
This commit is contained in:
parent
717277c466
commit
1aa94282f2
1 changed files with 0 additions and 2 deletions
|
@ -56,9 +56,7 @@ export default class extends Controller {
|
||||||
// Updates the prefix visibility of all conditions and condition groups
|
// Updates the prefix visibility of all conditions and condition groups
|
||||||
// This is also called by the rule/conditions_controller when a subcondition is removed
|
// This is also called by the rule/conditions_controller when a subcondition is removed
|
||||||
updateConditionPrefixes() {
|
updateConditionPrefixes() {
|
||||||
// Update conditions
|
|
||||||
const conditions = Array.from(this.conditionsListTarget.children);
|
const conditions = Array.from(this.conditionsListTarget.children);
|
||||||
|
|
||||||
let conditionIndex = 0;
|
let conditionIndex = 0;
|
||||||
|
|
||||||
conditions.forEach((condition) => {
|
conditions.forEach((condition) => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue