{marketInfoText}
@@ -390,23 +392,7 @@ export function NewContract(props: {
>
)}
-
-
- setVisibility(choice as visibility)}
- choicesMap={{
- Public: 'public',
- Unlisted: 'unlisted',
- }}
- isSubmitting={isSubmitting}
- />
-
-
-
+
)}
+
+
+ Display this market on homepage
+
+ setVisibility(e.target.checked ? 'public' : 'unlisted')
+ }
+ />
+
+