diff --git a/src/components/bookmarks/list.jsx b/src/components/bookmarks/list.jsx index 3b3774c95..d37b83e79 100644 --- a/src/components/bookmarks/list.jsx +++ b/src/components/bookmarks/list.jsx @@ -4,7 +4,7 @@ export default function List({ bookmarks }) { return ( ); diff --git a/src/components/quicklaunch.jsx b/src/components/quicklaunch.jsx index f71da9a08..229b2f4d4 100644 --- a/src/components/quicklaunch.jsx +++ b/src/components/quicklaunch.jsx @@ -161,7 +161,7 @@ export default function QuickLaunch({servicesAndBookmarks, searchString, setSear )} type="text" autoCorrect="false" ref={searchField} value={searchString} onChange={handleSearchChange} onKeyDown={handleSearchKeyDown} /> {results.length > 0 &&