Skip to content

Commit

Permalink
Fix ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
ruixhuang committed Sep 11, 2024
1 parent 79fedb9 commit 3f02bbc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ struct FilterAction {
action: { market, assetMap in
assetMap[market.assetId]?.tags?.contains("Prediction Market") ?? false
})
actions.insert(predictionMarketsAction, at: 2)
actions.append(predictionMarketsAction)
}
actions.append(contentsOf: [
FilterAction(type: .layer1,
Expand Down

0 comments on commit 3f02bbc

Please sign in to comment.