fix: search list order btns

This commit is contained in:
shuai 2023-04-04 18:10:02 +08:00
parent 9c7e886439
commit 632da9911e
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import { useTranslation } from 'react-i18next';
import { QueryGroup } from '@/components';
const sortBtns = ['active', 'relevance', 'newest', 'score'];
const sortBtns = ['active', 'newest', 'relevance', 'score'];
interface Props {
count: number;