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:
parent
423670adb5
commit
3b4d54e200
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue