diff --git a/Plugins/ShowHiddenChannels/ShowHiddenChannels.plugin.js b/Plugins/ShowHiddenChannels/ShowHiddenChannels.plugin.js index 6d64d51e29..c11335b987 100644 --- a/Plugins/ShowHiddenChannels/ShowHiddenChannels.plugin.js +++ b/Plugins/ShowHiddenChannels/ShowHiddenChannels.plugin.js @@ -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 {