diff --git a/packages/app-mobile/components/screens/SearchScreen/SearchResults.tsx b/packages/app-mobile/components/screens/SearchScreen/SearchResults.tsx index 774a15395..c23ece678 100644 --- a/packages/app-mobile/components/screens/SearchScreen/SearchResults.tsx +++ b/packages/app-mobile/components/screens/SearchScreen/SearchResults.tsx @@ -100,10 +100,11 @@ const SearchResults: React.FC = props => { // Don't show the progress bar immediately, only show if the search // is taking some time. const longRunning = useIsLongRunning(isPending); + const progressVisible = longRunning; // To have the correct height on web, the progress bar needs to be wrapped: - const progressBar = - + const progressBar = + ; return (