From a287a84c208fc9c75271ed37c3a95e6e47c36623 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Vit=C3=B3ria=20Silva?= <8648976+joaovitoriasilva@users.noreply.github.com> Date: Mon, 12 May 2025 14:08:38 +0100 Subject: [PATCH] On mobile laps should not show elev data on swim --- .../app/src/components/Activities/ActivityLapsComponent.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/app/src/components/Activities/ActivityLapsComponent.vue b/frontend/app/src/components/Activities/ActivityLapsComponent.vue index 3fa066136..16e0b8435 100644 --- a/frontend/app/src/components/Activities/ActivityLapsComponent.vue +++ b/frontend/app/src/components/Activities/ActivityLapsComponent.vue @@ -43,7 +43,7 @@ {{ $t("activityLapsComponent.labelLapSpeed") }} {{ $t("activityLapsComponent.labelLapPace") }}   - {{ $t("activityLapsComponent.labelLapElev") }} + {{ $t("activityLapsComponent.labelLapElev") }} {{ $t("activityLapsComponent.labelLapHR") }} @@ -57,7 +57,7 @@
- {{ lap.formattedElevation }} + {{ lap.formattedElevation }} {{ lap.avg_heart_rate }}