This commit is contained in:
Mirco Wittrien 2021-06-15 19:09:16 +02:00
commit a506381eab
1 changed files with 2 additions and 2 deletions

View File

@ -94,9 +94,9 @@ module.exports = (_ => {
};
const sortOrders = {
EXTRA: {value: "extra", label: "Extra Category 'Hidden'"},
NATIVE: {value: "native", label: "Native Category in correct Order"},
BOTTOM: {value: "bottom", label: "Native Category at the bottom"}
BOTTOM: {value: "bottom", label: "Native Category at the bottom"},
EXTRA: {value: "extra", label: "Extra Category 'Hidden'"}
};
const UserRowComponent = class UserRow extends BdApi.React.Component {