space-fix

This commit is contained in:
Untone 2024-02-26 01:43:15 +03:00
parent bfc7ed15d8
commit 55ebc1c634

View File

@ -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>