Reverse contract feed on contract page!
This commit is contained in:
parent
f773a59676
commit
7dfc3fb966
|
@ -309,6 +309,8 @@ export function getAllContractActivityItems(
|
|||
items.push({ type: 'resolve', id: `${contract.resolutionTime}`, contract })
|
||||
}
|
||||
|
||||
if (!abbreviated) items.reverse()
|
||||
|
||||
return items
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user