delete stub function

This commit is contained in:
Alec
2023-04-25 20:20:34 -04:00
committed by GitHub
parent ad70a39da5
commit ffa167da8f

View File

@@ -29,10 +29,6 @@ export class RoleBox {
});
}
render = () => {
};
loadDefaultRoles = () => {
this.defaultRoles = defaultRoles.sort((a, b) => {
if (a.team !== b.team) {