diff --git a/src/components/homepage/ContentTabs.tsx b/src/components/homepage/ContentTabs.tsx index a2916f4f..cce5d12b 100644 --- a/src/components/homepage/ContentTabs.tsx +++ b/src/components/homepage/ContentTabs.tsx @@ -178,7 +178,7 @@ export function ContentTabs() { {/* Stats */}
- {ride.max_speed_kmh && ( + {ride.max_speed_kmh && ride.max_speed_kmh > 0 && (
@@ -186,14 +186,14 @@ export function ContentTabs() {
)} - {ride.max_height_meters && ( + {ride.max_height_meters && ride.max_height_meters > 0 && (
)} - {ride.duration_seconds && ( + {ride.duration_seconds && ride.duration_seconds > 0 && (
{Math.floor(ride.duration_seconds / 60)}