Skip to content

Commit 34e51ed

Browse files
authored
fix: update the sorting on collection rail (artsy#11030)
1 parent 1343c7e commit 34e51ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/Scenes/CollectionsByCategory/CollectionRail.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const fragment = graphql`
6565
title @required(action: NONE)
6666
slug @required(action: NONE)
6767
68-
artworksConnection(first: 10) {
68+
artworksConnection(first: 10, sort: "-decayed_merch") {
6969
counts @required(action: NONE) {
7070
total
7171
}

0 commit comments

Comments
 (0)