Reverse contract feed on contract page!

This commit is contained in:
James Grugett 2022-04-07 16:29:36 -05:00
parent f773a59676
commit 7dfc3fb966

View File

@ -309,6 +309,8 @@ export function getAllContractActivityItems(
items.push({ type: 'resolve', id: `${contract.resolutionTime}`, contract })
}
if (!abbreviated) items.reverse()
return items
}