diff --git a/src/components/Header/SearchSuggestion.jsx b/src/components/Header/SearchSuggestion.jsx index 88abac5b..0bf2f97f 100644 --- a/src/components/Header/SearchSuggestion.jsx +++ b/src/components/Header/SearchSuggestion.jsx @@ -295,12 +295,26 @@ function SearchSuggestion({ setSearchCurrentValue = () => {} }) { {isOpen && suggestionData?.length > 0 && renderSuggestions()} + {isOpen && isLoading && !isEmpty(searchQuery) && isEmpty(suggestionData) && ( + <> + + + Loading... + + + + )} {isOpen && isEmpty(searchQuery) && isEmpty(suggestionData) && ( <>