diff --git a/pkg/interface/src/views/landscape/components/Participants.tsx b/pkg/interface/src/views/landscape/components/Participants.tsx
index b9179ce72..9080005e1 100644
--- a/pkg/interface/src/views/landscape/components/Participants.tsx
+++ b/pkg/interface/src/views/landscape/components/Participants.tsx
@@ -295,7 +295,7 @@ function Participant(props: {
const resource = resourceFromPath(association.group);
if(contact.pending) {
await api.groups.changePolicy(
- resource,
+ resource,
{ invite: { removeInvites: [`~${contact.patp}`] } }
);
} else {
@@ -305,12 +305,12 @@ function Participant(props: {
const avatar =
contact?.avatar !== null && !hideAvatars ? (
-
) : (
@@ -386,9 +386,9 @@ function Participant(props: {
{(contact.patp !== window.ship) && (
Kick from {title}
)}
-
+ {!contact.pending &&
Promote to Admin
-
+ }
>
)}
>