From de9a7745a006ac1a4c52afb1edd2d26e6af59e14 Mon Sep 17 00:00:00 2001 From: James Grugett Date: Mon, 18 Apr 2022 17:19:45 -0500 Subject: [PATCH] Fix reversed feed for binary markets --- web/components/answers/answers-graph.tsx | 1 + web/components/feed/activity-items.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/web/components/answers/answers-graph.tsx b/web/components/answers/answers-graph.tsx index 1905818a..df56ab93 100644 --- a/web/components/answers/answers-graph.tsx +++ b/web/components/answers/answers-graph.tsx @@ -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: [ { diff --git a/web/components/feed/activity-items.ts b/web/components/feed/activity-items.ts index 187d6e4f..a6a7f68f 100644 --- a/web/components/feed/activity-items.ts +++ b/web/components/feed/activity-items.ts @@ -314,7 +314,7 @@ export function getAllContractActivityItems( hideOutcome: !!filterToOutcome, abbreviated, smallAvatar: !!filterToOutcome, - reversed, + reversed: false, })) )