Disable Championship and Brasileirão from competition picker

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-15 06:33:05 +01:00
parent 90149d62e9
commit c0ca5b9072

View File

@@ -7,8 +7,8 @@ const COMPETITIONS = [
{ code: 'FL1', name: 'Ligue 1', country: 'France' },
{ code: 'DED', name: 'Eredivisie', country: 'Netherlands' },
{ code: 'PPL', name: 'Primeira Liga', country: 'Portugal' },
{ code: 'ELC', name: 'Championship', country: 'England' },
{ code: 'BSA', name: 'Brasileirão Série A', country: 'Brazil' },
// { code: 'ELC', name: 'Championship', country: 'England' },
// { code: 'BSA', name: 'Brasileirão Série A', country: 'Brazil' },
//{ code: 'EC', name: 'European Championship', country: 'Europe' },
//{ code: 'WC', name: 'FIFA World Cup', country: 'World' },
]