Skip to content

Commit

Permalink
FOREVER_RACEWAY
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenAskwith committed Nov 14, 2024
1 parent 1b841d4 commit 570efeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/constructs/events-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export class EventsManager extends Construct {
'REINVENT_2019',
'REINVENT_2022',
'REINVENT_2023',
'FOREVER RACEWAY',
'FOREVER_RACEWAY',
'SUMMIT_SPEEDWAY',
'ATOZ_SPEEDWAY',
'OTHER',
Expand Down
2 changes: 1 addition & 1 deletion website/src/admin/events/support-functions/raceConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export const TrackTypeConfig = () => {
{ label: i18next.t('events.tracks.reinvent-2019'), value: 'REINVENT_2019' },
{ label: i18next.t('events.tracks.reinvent-2022'), value: 'REINVENT_2022' },
{ label: i18next.t('events.tracks.reinvent-2023'), value: 'REINVENT_2023' },
{ label: i18next.t('events.tracks.forever-raceway'), value: 'FOREVER RACEWAY' },
{ label: i18next.t('events.tracks.forever-raceway'), value: 'FOREVER_RACEWAY' },
{ label: i18next.t('events.tracks.atoz-speedway'), value: 'ATOZ_SPEEDWAY' },
{ label: i18next.t('events.tracks.summit-2022'), value: 'SUMMIT_SPEEDWAY' },
{ label: i18next.t('events.tracks.other'), value: 'OTHER' },
Expand Down

0 comments on commit 570efeb

Please sign in to comment.