Fix prettier errors

This commit is contained in:
Marshall Polaris 2022-06-12 21:49:02 -07:00
parent aaef9842d4
commit 72f4a2f603
2 changed files with 8 additions and 4 deletions

View File

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

View File

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