diff --git a/src/pages/workouts/components/WorkoutListItem.vue b/src/pages/workouts/components/WorkoutListItem.vue
index 3705b77..ecb8ee2 100644
--- a/src/pages/workouts/components/WorkoutListItem.vue
+++ b/src/pages/workouts/components/WorkoutListItem.vue
@@ -15,6 +15,9 @@
Дата: {{ formatTime(item.workouted_at) }}
+
+ Фото: {{ item.photos.length }}
+
Скорость: {{ speedConvert(item.speed) }} км/ч
@@ -24,9 +27,6 @@
Расстояние: {{ distConvert(item.distantion) }} км
-
- Фото: {{ item.photos.length }}
-
Продолжительность:
{{ secondsToDuration(item.duraion_sec) }}