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:
Claude
2025-12-06 02:28:02 +04:00
Unverified
parent 51f036c6f2
commit 01b4c09e73

View File

@@ -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;