diff --git a/frontend/src/pages/Checkout.tsx b/frontend/src/pages/Checkout.tsx
index c8d72a554..782397196 100644
--- a/frontend/src/pages/Checkout.tsx
+++ b/frontend/src/pages/Checkout.tsx
@@ -959,7 +959,7 @@ const Checkout = () => {
)}
- {loadingPage && }
+ {loadingPage && !noMatch && }
>
)
}
diff --git a/frontend/src/pages/Search.tsx b/frontend/src/pages/Search.tsx
index f3f658bda..dd24b402a 100644
--- a/frontend/src/pages/Search.tsx
+++ b/frontend/src/pages/Search.tsx
@@ -396,7 +396,7 @@ const Search = () => {
{noMatch && }
- {loadingPage && }
+ {loadingPage && !noMatch && }
>
)
}