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