We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d92274 commit fd12fd4Copy full SHA for fd12fd4
1 file changed
SporeCommunity.ModBrowser.Blazor/Pages/Index.razor
@@ -15,7 +15,7 @@
15
<SupportInformation />
16
<p>@errorMessage</p>
17
}
18
-else if (searchTerm.Length > 0 && mods.Count == 0)
+else if (!isLoading && mods.Count == 0)
19
{
20
<p>No mods were found. Try using different search terms.</p>
21
0 commit comments