Update ShowHiddenChannels.plugin.js

This commit is contained in:
Mirco Wittrien 2021-06-15 18:03:21 +02:00 committed by GitHub
parent 580b92ef61
commit a2208916db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 {