Fixed #12
This commit is contained in:
parent
921557afe2
commit
2fa79da9d7
1 changed files with 3 additions and 4 deletions
|
@ -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}
|
||||
] },
|
||||
]
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue