Update ShowHiddenChannels.plugin.js
This commit is contained in:
parent
580b92ef61
commit
a2208916db
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue