Skip to content

Commit

Permalink
fix search result showing spinner
Browse files Browse the repository at this point in the history
  • Loading branch information
Southclaws committed Dec 28, 2024
1 parent c51effb commit f211260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/screens/search/SearchScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export function SearchScreen(props: Props) {
)}
</>
) : (
<UnreadyBanner error={error} />
isLoading && <UnreadyBanner error={error} />
)}
</styled.form>
);
Expand Down

0 comments on commit f211260

Please sign in to comment.