From 3b4d54e200af912aae2735e123c96216634eb4ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Darveau?= Date: Fri, 10 Dec 2021 12:35:50 -0500 Subject: [PATCH] small code fix --- client/src/components/Home/Home.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/Home/Home.tsx b/client/src/components/Home/Home.tsx index f92a8b7..c940361 100644 --- a/client/src/components/Home/Home.tsx +++ b/client/src/components/Home/Home.tsx @@ -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