diff --git a/web/components/feed/activity-items.ts b/web/components/feed/activity-items.ts index b2850f73..cf5d9967 100644 --- a/web/components/feed/activity-items.ts +++ b/web/components/feed/activity-items.ts @@ -309,6 +309,8 @@ export function getAllContractActivityItems( items.push({ type: 'resolve', id: `${contract.resolutionTime}`, contract }) } + if (!abbreviated) items.reverse() + return items }