mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 22:17:22 +01:00
fix merge
This commit is contained in:
parent
f4a2bbb7c1
commit
2e4bbe3540
1 changed files with 1 additions and 1 deletions
|
|
@ -478,7 +478,7 @@ namespace MareSynchronos.UI
|
||||||
{
|
{
|
||||||
ImGui.CloseCurrentPopup();
|
ImGui.CloseCurrentPopup();
|
||||||
_showModalBanList = true;
|
_showModalBanList = true;
|
||||||
_bannedUsers = _apiController.GetBannedUsersForGroup(entry.GID).Result;
|
_bannedUsers = _apiController.GroupGetBannedUsers(entry.GID).Result;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isOwner)
|
if (isOwner)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue