Fix $undefined entry fee in travel tournaments #55

Merged
ldraney merged 1 commit from fix-undefined-entry-fee into main 2026-05-12 02:43:15 +00:00
Owner

Summary

  • Travel tournaments without entry_fee showed "$undefined per player" on the contract page
  • _note keys from travel cost data were rendering as table rows (e.g. "Gas note: $$55 per tournament")
  • Both fixed with conditional checks in the template

Test plan

  • Verify contract page no longer shows $undefined
  • Verify _note fields are not rendered as cost table rows
  • Verify local tournaments with entry_fee still render correctly
## Summary - Travel tournaments without `entry_fee` showed "$undefined per player" on the contract page - `_note` keys from travel cost data were rendering as table rows (e.g. "Gas note: $$55 per tournament") - Both fixed with conditional checks in the template ## Test plan - [ ] Verify contract page no longer shows $undefined - [ ] Verify _note fields are not rendered as cost table rows - [ ] Verify local tournaments with entry_fee still render correctly
Travel tournaments without entry_fee showed "$undefined per player".
Also filter out _note keys from travel cost table rows.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ldraney/westside-contracts!55
No description provided.