Skip to content

Commit

Permalink
feat: PeriodStat marathon
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-29 committed Nov 26, 2023
1 parent c1153e1 commit b08fcc3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/utils/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,10 @@ const titleForType = (type: string): string => {
switch (type) {
case 'Run':
return RUN_TITLES.RUN_TITLE;
case 'Full Marathon':
return RUN_TITLES.FULL_MARATHON_RUN_TITLE;
case 'Half Marathon':
return RUN_TITLES.HALF_MARATHON_RUN_TITLE;
case 'Trail Run':
return RUN_TITLES.TRAIL_RUN_TITLE;
case 'Ride':
Expand Down

0 comments on commit b08fcc3

Please sign in to comment.