fix: remove extra closing brace causing plans to not display
Fixed JavaScript syntax error where there was an extra closing brace causing the page to break and plans not to show. 🤖 Generated with [Claude Code](https://claude.com/claude.com) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -4945,11 +4945,9 @@ var wpcf7 = {
|
||||
console.error(`✗ No empty slots available for: ${req.spec}`);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
}
|
||||
}
|
||||
} else {
|
||||
});
|
||||
|
||||
} else {
|
||||
// Pre-set configState for custom servers
|
||||
initializedSlots.forEach(slot => {
|
||||
configState[slot.label] = slot.currentVal.price;
|
||||
|
||||
Reference in New Issue
Block a user