diff --git a/src/components/rightBox/location/MyFollowBox.vue b/src/components/rightBox/location/MyFollowBox.vue
index c3d1d5e8..a9e49447 100644
--- a/src/components/rightBox/location/MyFollowBox.vue
+++ b/src/components/rightBox/location/MyFollowBox.vue
@@ -63,7 +63,7 @@ export default {
},
data () {
return {
- url: api.location.followedSubscriber,
+ url: api.location.followedSubscriber,
tableId: 'myFollowTable',
disableCancel: true
}
diff --git a/src/components/table/location/MyFollowTable.vue b/src/components/table/location/MyFollowTable.vue
index e0eddf20..425591eb 100644
--- a/src/components/table/location/MyFollowTable.vue
+++ b/src/components/table/location/MyFollowTable.vue
@@ -47,6 +47,9 @@
-
+
+ {{scope.row.subscriberDto ? scope.row.subscriberDto.phoneNumber : '-'}}
+
@@ -85,7 +88,7 @@ export default {
show: true,
minWidth: 100
}, {
- label: this.$t('location.phoneNumber'),
+ label: 'MSISDN',
prop: 'subscriberDto.phoneNumber',
show: true,
minWidth: 150