diff --git a/src/components/UserProfileComponents/UserListItemCard.vue b/src/components/UserProfileComponents/UserListItemCard.vue
index bfd519c9e948ab9d58b8e2d8b5be697b3e6ba305..b60ef198a9c76157694f67bfe694bfbc24ee2f70 100644
--- a/src/components/UserProfileComponents/UserListItemCard.vue
+++ b/src/components/UserProfileComponents/UserListItemCard.vue
@@ -106,7 +106,7 @@ export default {
       });
     },
     kickUserFromCommunity() {
-      CommunityAdminService.kickUserFromCommunity(
+      CommunityAdminService.removeUserFromCommunity(
         this.communityID,
         this.user.userId
       );