diff --git a/groups/createElements.js b/groups/createElements.js
index 18c7c8e6..b963d0c6 100644
--- a/groups/createElements.js
+++ b/groups/createElements.js
@@ -6,6 +6,7 @@ const createCard = (
) => {
const group = {
...rawGroup,
+ count: rawGroup.count || 0,
description:
rawGroup.description ||
'Please ask the role creator or admin to update this group description.',
@@ -24,7 +25,7 @@ const createCard = (
`
: ''
- }
+ }
@@ -169,7 +170,7 @@ const createGroupCreationModal = (onClose = () => {}, onSubmit = () => {}) => {
@@ -257,7 +258,7 @@ const createDeleteConfirmationModal = (
Are you sure you want to delete this group?
-
+
diff --git a/groups/index.html b/groups/index.html
index a2e188ab..ccafd495 100644
--- a/groups/index.html
+++ b/groups/index.html
@@ -12,6 +12,7 @@
+