diff --git a/web/components/share-market.tsx b/web/components/share-market.tsx index 28c0e5ad..01977fbd 100644 --- a/web/components/share-market.tsx +++ b/web/components/share-market.tsx @@ -13,6 +13,7 @@ export function ShareMarket(props: { contract: Contract; className?: string }) { diff --git a/web/pages/create.tsx b/web/pages/create.tsx index 7205f9c3..d54648b9 100644 --- a/web/pages/create.tsx +++ b/web/pages/create.tsx @@ -20,7 +20,7 @@ import { MAX_DESCRIPTION_LENGTH, outcomeType } from 'common/contract' import { formatMoney } from 'common/util/format' import { useHasCreatedContractToday } from 'web/hooks/use-has-created-contract-today' import { removeUndefinedProps } from '../../common/util/object' -import { CATEGORIES, CATEGORY_LIST, TO_CATEGORY } from 'common/categories' +import { CATEGORIES } from 'common/categories' export default function Create() { const [question, setQuestion] = useState('') @@ -214,15 +214,13 @@ export function NewContract(props: { question: string; tag?: string }) {