1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-08 23:15:24 +02:00

Clean up comments

This commit is contained in:
hatz 2025-05-11 12:35:12 -05:00
parent 717277c466
commit 1aa94282f2
No known key found for this signature in database

View file

@ -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) => {