Commit d0e455a
Fix workshop matching logic to prevent false positives
- Changed from fuzzy matching (contains) to exact title matching
- Prevents "Python Fundamentals: Parts 4-6" from showing as active
when only "Python Fundamentals: Parts 1-3" is actually scheduled
- Ensures only workshops with exact title matches in Google Sheets
get green borders and register buttons
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 3a57a71 commit d0e455a
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
0 commit comments