Fix prettier errors
This commit is contained in:
parent
aaef9842d4
commit
72f4a2f603
|
@ -37,7 +37,7 @@ export function ContractInfoDialog(props: { contract: Contract; bets: Bet[] }) {
|
|||
bets.filter((bet) => !bet.isAnte),
|
||||
'userId'
|
||||
).length
|
||||
|
||||
|
||||
const typeDisplay =
|
||||
outcomeType === 'BINARY'
|
||||
? 'YES / NO'
|
||||
|
|
|
@ -16,7 +16,11 @@ export default function AddFundsPage() {
|
|||
|
||||
return (
|
||||
<Page>
|
||||
<SEO title="Get Manifold Dollars" description="Get Manifold Dollars" url="/add-funds" />
|
||||
<SEO
|
||||
title="Get Manifold Dollars"
|
||||
description="Get Manifold Dollars"
|
||||
url="/add-funds"
|
||||
/>
|
||||
|
||||
<Col className="items-center">
|
||||
<Col className="h-full rounded bg-white p-4 py-8 sm:p-8 sm:shadow-md">
|
||||
|
@ -29,8 +33,8 @@ export default function AddFundsPage() {
|
|||
/>
|
||||
|
||||
<div className="mb-6 text-gray-500">
|
||||
Purchase Manifold Dollars to trade in your favorite markets. <br /> (Not
|
||||
redeemable for cash.)
|
||||
Purchase Manifold Dollars to trade in your favorite markets. <br />{' '}
|
||||
(Not redeemable for cash.)
|
||||
</div>
|
||||
|
||||
<div className="mb-2 text-sm text-gray-500">Amount</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user