getting rid of comments

This commit is contained in:
ingawei 2022-09-20 23:34:33 -07:00
parent 9b6205c9d4
commit 95592db18d
3 changed files with 1 additions and 12 deletions

View File

@ -42,7 +42,6 @@ export function AmountInput(props: {
<>
<Col className={className}>
<label>
{/* <span className="bg-gray-200 text-sm">{label}</span> */}
<span
className={clsx(
'text-greyscale-4 absolute ml-2 mt-[9px]',

View File

@ -14,7 +14,6 @@ import { useSaveBinaryShares } from './use-save-binary-shares'
import { Col } from './layout/col'
import { Button } from 'web/components/button'
import { BetSignUpPrompt } from './sign-up-prompt'
import { PRESENT_BET } from 'common/user'
import { User } from 'web/lib/firebase/users'
import { SellRow } from './sell-row'
import { useUnfilledBets } from 'web/hooks/use-bets'

View File

@ -369,12 +369,7 @@ export function BuyPanel(props: {
) : (
<div className="text-xl">
{format(resultProb)}
<span
className={clsx(
'text-greyscale-4 text-xs'
// outcome === 'YES' ? 'text-teal-500' : 'text-red-400'
)}
>
<span className={clsx('text-greyscale-4 text-xs')}>
{isPseudoNumeric ? (
<></>
) : (
@ -391,9 +386,6 @@ export function BuyPanel(props: {
</Row>
<Row className="text-greyscale-4 mt-4 mb-1 justify-between text-left text-xs">
Amount
{/* <span className={'xl:hidden'}>
Balance: {formatMoney(user?.balance ?? 0)}
</span> */}
</Row>
<BuyAmountInput
@ -415,7 +407,6 @@ export function BuyPanel(props: {
warning={warning}
onSubmit={submitBet}
isSubmitting={isSubmitting}
// disabled={!!betDisabled}
openModalButtonClass={clsx(
'btn mb-2 flex-1',
betDisabled