Update appList.tsx

This commit is contained in:
Bastian Meissner 2020-08-15 22:44:06 +02:00 committed by GitHub
parent 6408f1b847
commit 5656d91845
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,7 +48,7 @@ const AppList = () => {
))}
{apps && (
<AppCategory
name={categories.length > 0 ? "Uncategorized apps" : ""}
name={categories > 0 ? "Uncategorized apps" : ""}
items={apps}
/>
)}