Fix reversed feed for binary markets
This commit is contained in:
parent
3d72a6f010
commit
de9a7745a0
|
@ -129,6 +129,7 @@ export const AnswersGraph = memo(function AnswersGraph(props: {
|
|||
itemWidth: isLargeWidth ? 288 : 138,
|
||||
itemHeight: 20,
|
||||
itemBackground: 'white',
|
||||
itemOpacity: 0.9,
|
||||
symbolSize: 12,
|
||||
effects: [
|
||||
{
|
||||
|
|
|
@ -314,7 +314,7 @@ export function getAllContractActivityItems(
|
|||
hideOutcome: !!filterToOutcome,
|
||||
abbreviated,
|
||||
smallAvatar: !!filterToOutcome,
|
||||
reversed,
|
||||
reversed: false,
|
||||
}))
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user