diff --git a/app/pages/catalog/hubs/[id].vue b/app/pages/catalog/hubs/[id].vue
index c05c0e9..3acc8bb 100644
--- a/app/pages/catalog/hubs/[id].vue
+++ b/app/pages/catalog/hubs/[id].vue
@@ -37,26 +37,23 @@
{{ hub.name }}
-
- {{ hub.country }}
-
- {{ hub.latitude.toFixed(2) }}°, {{ hub.longitude.toFixed(2) }}°
-
-
+ {{ hub.country }}
-
@@ -68,10 +65,10 @@
- {{ formatDistance(item.distanceKm) }} км
+ {{ getOfferPrice(item.uuid) }}
- {{ formatDuration(item.durationSeconds) }}
+ {{ formatDistance(item.distanceKm) }} км
@@ -93,7 +90,7 @@