linting
This commit is contained in:
parent
148620d27d
commit
cfdaf84d92
|
@ -40,7 +40,7 @@ import {
|
|||
searchIndexName,
|
||||
} from 'web/lib/service/algolia'
|
||||
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 { Modal } from './layout/modal'
|
||||
import { Title } from './title'
|
||||
|
@ -436,6 +436,7 @@ function ContractSearchControls(props: {
|
|||
hideOrderSelector={hideOrderSelector}
|
||||
selectSort={selectSort}
|
||||
sort={sort}
|
||||
className={'flex flex-row gap-2'}
|
||||
/>
|
||||
)}
|
||||
{isMobile && (
|
||||
|
|
Loading…
Reference in New Issue
Block a user