Skip to content

Commit

Permalink
small code fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fdarveau committed Dec 10, 2021
1 parent 423670a commit 3b4d54e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Home/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3b4d54e

Please sign in to comment.