Skip to content

Commit

Permalink
fix: type VirtualRide
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-29 committed Apr 10, 2024
1 parent 6085a81 commit a862ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ const titleForType = (type: string): string => {
return RUN_TITLES.RIDE_TITLE;
case 'Indoor Ride':
return RUN_TITLES.INDOOR_RIDE_TITLE;
case 'VirtualRide':
case 'Virtual Ride':
return RUN_TITLES.VIRTUAL_RIDE_TITLE;
case 'Hike':
return RUN_TITLES.HIKE_TITLE;
Expand Down

0 comments on commit a862ed5

Please sign in to comment.