Fix reversed feed for binary markets

This commit is contained in:
James Grugett 2022-04-18 17:19:45 -05:00
parent 3d72a6f010
commit de9a7745a0
2 changed files with 2 additions and 1 deletions

View File

@ -129,6 +129,7 @@ export const AnswersGraph = memo(function AnswersGraph(props: {
itemWidth: isLargeWidth ? 288 : 138, itemWidth: isLargeWidth ? 288 : 138,
itemHeight: 20, itemHeight: 20,
itemBackground: 'white', itemBackground: 'white',
itemOpacity: 0.9,
symbolSize: 12, symbolSize: 12,
effects: [ effects: [
{ {

View File

@ -314,7 +314,7 @@ export function getAllContractActivityItems(
hideOutcome: !!filterToOutcome, hideOutcome: !!filterToOutcome,
abbreviated, abbreviated,
smallAvatar: !!filterToOutcome, smallAvatar: !!filterToOutcome,
reversed, reversed: false,
})) }))
) )