diff --git a/pages/controlpanel/commands.js b/pages/controlpanel/commands.js index 633c3f7..592d0ce 100644 --- a/pages/controlpanel/commands.js +++ b/pages/controlpanel/commands.js @@ -35,10 +35,9 @@ function Commands() { const [categories, setCategories] = React.useState( [ - { command: 'Help', online: true }, - { command: 'Help', online: true }, - { command: 'Help', online: true }, - { command: 'Help', online: true }, + { name: 'Help', commands: [ + {name: 'Help', online: true} + ] }, ] )