This commit is contained in:
ingawei 2022-09-21 14:40:57 -07:00
parent 148620d27d
commit cfdaf84d92

View File

@ -40,7 +40,7 @@ import {
searchIndexName, searchIndexName,
} from 'web/lib/service/algolia' } from 'web/lib/service/algolia'
import { useIsMobile } from 'web/hooks/use-is-mobile' import { useIsMobile } from 'web/hooks/use-is-mobile'
import { AdjustmentsIcon, FilterIcon } from '@heroicons/react/solid' import { AdjustmentsIcon } from '@heroicons/react/solid'
import { Button } from './button' import { Button } from './button'
import { Modal } from './layout/modal' import { Modal } from './layout/modal'
import { Title } from './title' import { Title } from './title'
@ -436,6 +436,7 @@ function ContractSearchControls(props: {
hideOrderSelector={hideOrderSelector} hideOrderSelector={hideOrderSelector}
selectSort={selectSort} selectSort={selectSort}
sort={sort} sort={sort}
className={'flex flex-row gap-2'}
/> />
)} )}
{isMobile && ( {isMobile && (