Fix lints
This commit is contained in:
parent
135160dd92
commit
5899c1f3c0
|
@ -31,7 +31,7 @@ import { getProbability } from 'common/calculate'
|
|||
import { useFocus } from 'web/hooks/use-focus'
|
||||
import { useUserContractBets } from 'web/hooks/use-user-bets'
|
||||
import { calculateCpmmSale, getCpmmProbability } from 'common/calculate-cpmm'
|
||||
import { getFormattedMappedValue, getMappedValue } from 'common/pseudo-numeric'
|
||||
import { getFormattedMappedValue } from 'common/pseudo-numeric'
|
||||
import { SellRow } from './sell-row'
|
||||
import { useSaveBinaryShares } from './use-save-binary-shares'
|
||||
import { SignUpPrompt } from './sign-up-prompt'
|
||||
|
|
|
@ -238,7 +238,7 @@ export function ContractSearch(props: {
|
|||
selected={pillFilter === 'personal'}
|
||||
onSelect={selectFilter('personal')}
|
||||
>
|
||||
{user ? 'For you' : 'Featured' }
|
||||
{user ? 'For you' : 'Featured'}
|
||||
</PillButton>
|
||||
|
||||
{user && (
|
||||
|
|
Loading…
Reference in New Issue
Block a user