Client - fix workout detail display when speeds values are null
This commit is contained in:
@ -24,7 +24,10 @@
|
||||
/>
|
||||
<WorkoutRecord :workoutObject="workoutObject" recordType="FD" />
|
||||
</div>
|
||||
<div class="workout-data">
|
||||
<div
|
||||
class="workout-data"
|
||||
v-if="workoutObject.aveSpeed !== null && workoutObject.maxSpeed !== null"
|
||||
>
|
||||
<i class="fa fa-tachometer" aria-hidden="true" />
|
||||
<span class="label">{{ $t('workouts.AVERAGE_SPEED') }}</span
|
||||
>:
|
||||
|
Reference in New Issue
Block a user