diff --git a/js/src/components/Group/GroupCard.vue b/js/src/components/Group/GroupCard.vue index 2ac23002d..f913cce72 100644 --- a/js/src/components/Group/GroupCard.vue +++ b/js/src/components/Group/GroupCard.vue @@ -31,15 +31,11 @@ -
+

@@ -65,6 +61,7 @@ import { displayName, IGroup, usernameWithDomain } from "@/types/actor"; import LazyImageWrapper from "@/components/Image/LazyImageWrapper.vue"; import RouteName from "../../router/name"; import InlineAddress from "@/components/Address/InlineAddress.vue"; +import { addressFullName } from "@/types/address.model"; @Component({ components: { @@ -80,6 +77,8 @@ export default class GroupCard extends Vue { usernameWithDomain = usernameWithDomain; displayName = displayName; + + addressFullName = addressFullName; }