Don't truncate comments for contract page
This commit is contained in:
parent
d2218b5b8b
commit
a4c722550a
|
@ -324,7 +324,7 @@ function getCommentsWithPositions(
|
|||
contract: contract,
|
||||
comment,
|
||||
betsBySameUser: bets.length === 0 ? [] : betsByUserId[comment.userId] ?? [],
|
||||
truncate: true,
|
||||
truncate: false,
|
||||
hideOutcome: false,
|
||||
smallAvatar: false,
|
||||
}))
|
||||
|
|
|
@ -9,7 +9,6 @@ import {
|
|||
UserIcon,
|
||||
UsersIcon,
|
||||
XIcon,
|
||||
SparklesIcon,
|
||||
} from '@heroicons/react/solid'
|
||||
import clsx from 'clsx'
|
||||
import Textarea from 'react-expanding-textarea'
|
||||
|
|
Loading…
Reference in New Issue
Block a user