1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-08-02 17:35:17 +02:00

small code fix

This commit is contained in:
François Darveau 2021-12-10 12:35:50 -05:00
parent 423670adb5
commit 3b4d54e200

View file

@ -53,7 +53,7 @@ export const Home = (): JSX.Element => {
]);
// Search through bookmarks
const appCategory = { ...bookmarkCategories[0] };
const appCategory = { ...appCategories[0] };
appCategory.name = 'Search Results';
appCategory.apps = appCategories