diff --git a/pkg/interface/src/views/landscape/components/GroupSettings.tsx b/pkg/interface/src/views/landscape/components/GroupSettings.tsx
index 7f21bc6fa..7b7d8c9a6 100644
--- a/pkg/interface/src/views/landscape/components/GroupSettings.tsx
+++ b/pkg/interface/src/views/landscape/components/GroupSettings.tsx
@@ -40,8 +40,8 @@ export function GroupSettings(props: GroupSettingsProps) {
const { metadata } = association;
const currentPrivate = "invite" in props.group.policy;
const initialValues: FormSchema = {
- name: metadata.title,
- description: metadata.description,
+ name: metadata?.title,
+ description: metadata?.description,
isPrivate: currentPrivate,
};
diff --git a/pkg/interface/src/views/landscape/components/GroupSwitcher.tsx b/pkg/interface/src/views/landscape/components/GroupSwitcher.tsx
index f320d041b..e6c33d47c 100644
--- a/pkg/interface/src/views/landscape/components/GroupSwitcher.tsx
+++ b/pkg/interface/src/views/landscape/components/GroupSwitcher.tsx
@@ -127,7 +127,7 @@ export function GroupSwitcher(props: {
Participants
@@ -156,7 +156,7 @@ export function GroupSwitcher(props: {
{title}
-
+
diff --git a/pkg/interface/src/views/landscape/components/PopoverRoutes.tsx b/pkg/interface/src/views/landscape/components/PopoverRoutes.tsx
index 11bd16c05..90a99aa29 100644
--- a/pkg/interface/src/views/landscape/components/PopoverRoutes.tsx
+++ b/pkg/interface/src/views/landscape/components/PopoverRoutes.tsx
@@ -25,7 +25,7 @@ const SidebarItem = ({ selected, icon, text, to }) => {
px={3}
py={1}
>
-
+
{text}
);
@@ -90,19 +90,19 @@ export function PopoverRoutes(
borderRightColor="washedGray"
>