mirror of
https://github.com/status-im/status-go.git
synced 2025-01-18 10:42:07 +00:00
fix_: sort activity entries to list approvals before the intended tx
This commit is contained in:
parent
7be222a1d2
commit
732347cebf
@ -59,7 +59,7 @@ func getActivityEntriesV2(ctx context.Context, deps FilterDependencies, addresse
|
||||
rpt.uuid = rbtp.uuid`).
|
||||
LeftJoin(`route_input_parameters rip ON
|
||||
rpt.uuid = rip.uuid`)
|
||||
q = q.OrderBy("tt.timestamp DESC")
|
||||
q = q.OrderBy("tt.timestamp DESC", "rpt.is_approval ASC")
|
||||
|
||||
qConditions := sq.And{}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user