Don't truncate comments for contract page

This commit is contained in:
James Grugett 2022-04-30 10:07:32 -04:00
parent d2218b5b8b
commit a4c722550a
2 changed files with 1 additions and 2 deletions

View File

@ -324,7 +324,7 @@ function getCommentsWithPositions(
contract: contract,
comment,
betsBySameUser: bets.length === 0 ? [] : betsByUserId[comment.userId] ?? [],
truncate: true,
truncate: false,
hideOutcome: false,
smallAvatar: false,
}))

View File

@ -9,7 +9,6 @@ import {
UserIcon,
UsersIcon,
XIcon,
SparklesIcon,
} from '@heroicons/react/solid'
import clsx from 'clsx'
import Textarea from 'react-expanding-textarea'