Slight fixup per James feedback
This commit is contained in:
parent
685317b145
commit
8016df8f1b
|
@ -57,7 +57,7 @@ export function AnswersPanel(props: {
|
|||
|
||||
const answerItems = sortBy(
|
||||
losingAnswers.length > 0 ? losingAnswers : sortedAnswers,
|
||||
(answer) => -getOutcomeProbability(contract, answer.number.toString())
|
||||
(answer) => -getOutcomeProbability(contract, answer.id)
|
||||
)
|
||||
|
||||
const user = useUser()
|
||||
|
|
Loading…
Reference in New Issue
Block a user