diff --git a/src/components/Properties/PropertyGroups.vue b/src/components/Properties/PropertyGroups.vue index 55abd064..d00a9d6b 100644 --- a/src/components/Properties/PropertyGroups.vue +++ b/src/components/Properties/PropertyGroups.vue @@ -34,14 +34,13 @@
- {{ t('contacts', 'No results') }} -

- {{ localValue.length === 0 ? t('contacts','None'): localValue.toString() }} -

+
+ {{ t('contacts','None') }} + +
+ + {{ group }}{{ index === (localValue.length - 1) ? '' : ', ' }} + +
+
@@ -162,3 +167,10 @@ export default { }, } + +