diff --git a/webapp/components/LocationInfo/LocationInfo.vue b/webapp/components/LocationInfo/LocationInfo.vue
index 89dbeddf2..4d7f5960a 100644
--- a/webapp/components/LocationInfo/LocationInfo.vue
+++ b/webapp/components/LocationInfo/LocationInfo.vue
@@ -4,7 +4,7 @@
- +
- +
- +
{ contributionsCount: 6, shoutedCount: 7, commentedCount: 8, + location: { + name: 'Berlin', + distanceToMe: '877 km', + }, badgeVerification: { id: 'bv1', icon: '/path/to/icon-bv1', @@ -149,6 +153,10 @@ describe('ProfileSlug', () => { contributionsCount: 6, shoutedCount: 7, commentedCount: 8, + location: { + name: 'Paris', + distanceToMe: '0 km', + }, badgeVerification: { id: 'bv1', icon: '/path/to/icon-bv1', diff --git a/webapp/pages/profile/_id/_slug.vue b/webapp/pages/profile/_id/_slug.vue index 8a1505fcc..83b80b3af 100644 --- a/webapp/pages/profile/_id/_slug.vue +++ b/webapp/pages/profile/_id/_slug.vue @@ -34,7 +34,12 @@ {{ `@${userSlug}` }}