Update appList.tsx
This commit is contained in:
parent
6408f1b847
commit
5656d91845
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ const AppList = () => {
|
|||
))}
|
||||
{apps && (
|
||||
<AppCategory
|
||||
name={categories.length > 0 ? "Uncategorized apps" : ""}
|
||||
name={categories > 0 ? "Uncategorized apps" : ""}
|
||||
items={apps}
|
||||
/>
|
||||
)}
|
||||
|
|
Loading…
Reference in a new issue