This commit is contained in:
qt-coder 2021-07-04 18:27:46 +08:00
parent 921557afe2
commit 2fa79da9d7

View file

@ -35,10 +35,9 @@ function Commands() {
const [categories, setCategories] = React.useState( const [categories, setCategories] = React.useState(
[ [
{ command: 'Help', online: true }, { name: 'Help', commands: [
{ command: 'Help', online: true }, {name: 'Help', online: true}
{ command: 'Help', online: true }, ] },
{ command: 'Help', online: true },
] ]
) )