fix: count only required practices in fee description #48
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix-practice-count"
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?
Summary
Travel teams showed "Includes 3 practices per week" but only 2 are required — the third is optional weights. Now shows "Includes 2 practices per week plus optional weight room sessions."
Changes
practices.filter(p => !p.optional)for the countoptional: trueTest Plan
Review Checklist
Related Notes