@@ -174,29 +176,10 @@ export const AllAuthorsView = (props: Props) => {
-
0}>
-
- {(author) => (
- <>
-
-
- >
- )}
-
-
-
-
limit()}>
+ limit() && searchParams().by !== 'name'}>
@@ -127,7 +130,7 @@ export const AllTopicsView = (props: AllTopicsViewProps) => {
-
0 || searchResults().length > 0}>
+ 0}>
@@ -173,21 +176,8 @@ export const AllTopicsView = (props: AllTopicsViewProps) => {
- 1}>
-
- {(topic) => (
-
- )}
-
-
-
-
+
{(topic) => (
<>
{
- limit()}>
+ limit() && searchParams().by !== 'title'}>