diff --git a/src/pages/GithubProfileFinder/GithubProfileFinder.jsx b/src/pages/GithubProfileFinder/GithubProfileFinder.jsx index ec934b9..8a3ff40 100644 --- a/src/pages/GithubProfileFinder/GithubProfileFinder.jsx +++ b/src/pages/GithubProfileFinder/GithubProfileFinder.jsx @@ -45,7 +45,7 @@ export const GithubProfileFinder = () => { {loading ? ( -
+
) : userData !== null ? ( diff --git a/src/pages/SearchAutoComplete/SearchAutoComplete.jsx b/src/pages/SearchAutoComplete/SearchAutoComplete.jsx index d35154c..24eadfb 100644 --- a/src/pages/SearchAutoComplete/SearchAutoComplete.jsx +++ b/src/pages/SearchAutoComplete/SearchAutoComplete.jsx @@ -66,7 +66,7 @@ export const SearchAutoComplete = () => { placeholder="Search Users Here..." /> {loading ? ( -
+
) : showDropDown && }