Update placeholder text for description
This commit is contained in:
parent
7af4375c17
commit
595d373fb1
|
@ -123,7 +123,10 @@ export function NewContract(props: { question: string; tag?: string }) {
|
||||||
await router.push(contractPath(result.contract as Contract))
|
await router.push(contractPath(result.contract as Contract))
|
||||||
}
|
}
|
||||||
|
|
||||||
const descriptionPlaceholder = `e.g. This market resolves to "YES" if, two weeks after closing, the...`
|
const descriptionPlaceholder =
|
||||||
|
outcomeType === 'BINARY'
|
||||||
|
? `e.g. This market resolves to "YES" if, two weeks after closing, the...`
|
||||||
|
: `e.g. I will choose the answer according to...`
|
||||||
|
|
||||||
if (!creator) return <></>
|
if (!creator) return <></>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user