Fix lints

This commit is contained in:
James Grugett 2022-07-22 16:30:07 -05:00
parent 135160dd92
commit 5899c1f3c0
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -238,7 +238,7 @@ export function ContractSearch(props: {
selected={pillFilter === 'personal'}
onSelect={selectFilter('personal')}
>
{user ? 'For you' : 'Featured' }
{user ? 'For you' : 'Featured'}
</PillButton>
{user && (