space-fix
This commit is contained in:
parent
bfc7ed15d8
commit
55ebc1c634
|
@ -167,7 +167,7 @@ export const AllAuthors = (props: Props) => {
|
||||||
<AuthorsList
|
<AuthorsList
|
||||||
allAuthorsLength={sortedAuthors()?.length}
|
allAuthorsLength={sortedAuthors()?.length}
|
||||||
searchQuery={searchQuery()}
|
searchQuery={searchQuery()}
|
||||||
query={searchParams().by === 'followers' ? 'followers': 'shouts'}
|
query={searchParams().by === 'followers' ? 'followers' : 'shouts'}
|
||||||
/>
|
/>
|
||||||
</Show>
|
</Show>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user