fix merge

This commit is contained in:
Stanley Dimant
2022-10-08 14:39:44 +02:00
parent f4a2bbb7c1
commit 2e4bbe3540

View File

@@ -478,7 +478,7 @@ namespace MareSynchronos.UI
{
ImGui.CloseCurrentPopup();
_showModalBanList = true;
_bannedUsers = _apiController.GetBannedUsersForGroup(entry.GID).Result;
_bannedUsers = _apiController.GroupGetBannedUsers(entry.GID).Result;
}
if (isOwner)