diff --git a/components/organisms/SearchDialog/search-dialog.tsx b/components/organisms/SearchDialog/search-dialog.tsx index a74ac5fb80..5df412032f 100644 --- a/components/organisms/SearchDialog/search-dialog.tsx +++ b/components/organisms/SearchDialog/search-dialog.tsx @@ -166,9 +166,9 @@ const SearchDialog = () => { ) : isSearchError && !isSearching && (repoDataError || repoData.length === 0) ? ( - - We couldn't find any users or repositories with that name - + + We couldn't find any users or repositories with that name + ) : ( <>
{renderUserSearchState()}
@@ -200,7 +200,9 @@ const SearchDialogTrigger = () => { return ( <>
setOpenSearch(true)} >