Clear hardcoded device count — JS owns it #150
Reference in New Issue
Block a user
Delete Branch "fix/devices-count-v2"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Remove hardcoded '2 devices' from the El template. The element starts empty; renderPlanCard() sets the correct value (1 for free, 2 for professional/founding) unconditionally. No more default-then-overwrite pattern.