diff --git a/src/containers/Search/ListView.tsx b/src/containers/Search/ListView.tsx
index b37795f..c7e19fa 100644
--- a/src/containers/Search/ListView.tsx
+++ b/src/containers/Search/ListView.tsx
@@ -142,21 +142,14 @@ export const SearchResultsListView = (props: Props) => {
- {!isMobile &&
- (renderBlocks.length > 0 ? (
-
-
-
-
- ) : (
- !busy && (
-
- No related content found
-
- )
- ))}
+ {!isMobile && (
+
+
+
+
+ )}
)