mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-15 17:43:08 -04:00
Fix broken patches
This commit is contained in:
parent
02092a985c
commit
9f8c749421
5 changed files with 11 additions and 12 deletions
|
@ -34,7 +34,7 @@ import UserPermissions from "./components/UserPermissions";
|
|||
import { getSortedRoles, sortPermissionOverwrites } from "./utils";
|
||||
|
||||
const PopoutClasses = findByPropsLazy("container", "scroller", "list");
|
||||
const RoleButtonClasses = findByPropsLazy("button", "buttonInner", "icon", "text");
|
||||
const RoleButtonClasses = findByPropsLazy("button", "buttonInner", "icon", "banner");
|
||||
|
||||
export const enum PermissionsSortOrder {
|
||||
HighestRole,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue