Skip to content

Commit

Permalink
Update ui/page/dcrdex/market.go
Browse files Browse the repository at this point in the history
Co-authored-by: Wisdom Arerosuoghene <[email protected]>
  • Loading branch information
ukane-philemon and itswisdomagain authored Jan 29, 2024
1 parent ea52c41 commit ae1c2fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/page/dcrdex/market.go
Original file line number Diff line number Diff line change
Expand Up @@ -1817,7 +1817,7 @@ func (pg *DEXMarketPage) refreshOrders() {

// Always sort orders.
sort.SliceStable(pg.orders, func(i, j int) bool {
return pg.orders[i].SubmitTime > orders[j].SubmitTime
return pg.orders[i].SubmitTime > pg.orders[j].SubmitTime
})
}

Expand Down

0 comments on commit ae1c2fc

Please sign in to comment.