diff --git a/web/pages/make-predictions.tsx b/web/pages/make-predictions.tsx index e7dd8b81..177bc078 100644 --- a/web/pages/make-predictions.tsx +++ b/web/pages/make-predictions.tsx @@ -2,7 +2,8 @@ import clsx from 'clsx' import dayjs from 'dayjs' import Link from 'next/link' import { useState } from 'react' -import { parseTags, parseWordsAsTags } from '../../common/util/parse' +import Textarea from 'react-expanding-textarea' +import { parseWordsAsTags } from '../../common/util/parse' import { AmountInput } from '../components/amount-input' import { InfoTooltip } from '../components/info-tooltip' @@ -192,7 +193,7 @@ ${TEST_VALUE} Description -